Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/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