Searched defs:is_any_of (Results 1 – 1 of 1) sorted by relevance
140 struct is_any_of<T, U, Args ...> { struct141 using value_type = bool;142 static constexpr const bool value = std::is_same<T, U>::value || is_any_of<T, Args ...>::value;146 struct is_any_of<T, U> { struct147 using value_type = bool;148 static constexpr const bool value = std::is_same<T, U>::value;