boost::gil::view_is_basic<image_view<Loc>>
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<typename Loc>
struct view_is_basic<image_view<Loc>>
: locator_is_basic<Loc>
Base Classes
Name |
Description |
Determines if a given locator is basic. A basic locator is memory‐based and has basic x_iterator and y_iterator |
Created with MrDocs