Searched defs:not_value (Results 1 – 1 of 1) sorted by relevance
333 static const bool not_value = valid && !value; member823 struct not_value : std::conditional<T::value, std::false_type, std::true_type>::type { struct