Searched defs:isOneOfTypes (Results 1 – 1 of 1) sorted by relevance
30 constexpr bool isOneOfTypes = variable33 constexpr bool isOneOfTypes<ToTest, T> = std::is_same_v<ToTest, T>; variable