Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dunused.hpp96 template <typename T> struct not_is_unused : mpl::true_ {}; struct
97 template <> struct not_is_unused<unused_type> : mpl::false_ {}; struct