Home
last modified time | relevance | path

Searched defs:view_is_basic (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dmetafunctions.hpp129 struct view_is_basic : std::false_type {}; struct
132 struct view_is_basic<image_view<Loc>> : locator_is_basic<Loc> {}; struct