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