boost::gil::memory_based_2d_locator::memory_based_2d_locator
Construct from memory_based_2d_locator
Synopsis
Declared in <boost/gil/locator.hpp>
template<typename X>
memory_based_2d_locator(memory_based_2d_locator<X> const& pl);
Parameters
Name |
Description |
pl |
The object to copy construct from |
Created with MrDocs