Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/
Dunused.hpp77 template <typename T> struct not_is_unused : mpl::true_ {}; struct
78 template <> struct not_is_unused<unused_type> : mpl::false_ {}; struct