Searched defs:not_is_unused (Results 1 – 1 of 1) sorted by relevance
96 template <typename T> struct not_is_unused : mpl::true_ {}; struct97 template <> struct not_is_unused<unused_type> : mpl::false_ {}; struct