Search code examples
Is it possible to determine if a type is a scoped enumeration type?...


c++enumsc++11metaprogrammingtype-traits

Read More
C++ template what does this class assignment in template mean?...


c++templatestype-traitsenable-if

Read More
GCC: 'std::is_same_v<int, T>' is not usable in a constant expression...


c++c++20type-traitsc++-concepts

Read More
Type trait to identify classes derived from a CRTP class...


c++c++17type-traits

Read More
C++20: Implement std::is_constructible using concepts...


c++c++20type-traitsc++-concepts

Read More
How to use bool member function in is_integral_v?...


c++stlc++17type-traits

Read More
Converting std::type_identity object to a type...


c++c++20type-traits

Read More
Understanding more about type_traits...


c++sfinaetype-traits

Read More
Why can't a const mutable lambda with an auto& parameter be invoked?...


c++lambdac++20type-traitsstatic-assert

Read More
C++: How to enforce the templated type to implement a certain operator(s)?...


c++templatesc++17c++20type-traits

Read More
Why is is_trivially_copyable_v different in GCC and MSVC?...


c++language-lawyerc++20type-traits

Read More
How to make a type T that `std::is_empty_v<T> && sizeof(T) > 1` is true?...


c++c++11typestemplate-meta-programmingtype-traits

Read More
Implement a type trait for a class template that is true for the actual class template and classes t...


c++c++17type-traitsc++-concepts

Read More
Generics of Generic types...


c++rusttype-traitsc++-conceptsparadigms

Read More
How can I specialize std::common_type<A,B> so that it's naturally commutative?...


c++c++20type-traitsc++-concepts

Read More
How do I test if a type is within another class exists?...


c++c++14template-meta-programmingsfinaetype-traits

Read More
Strange error while expanding parameter pack containing lambda types...


c++lambdatype-traitsparameter-pack

Read More
What is a difference between iterator_category vs iterator_category() in std::iterator_traits...


c++type-traitsiterator-traits

Read More
How to check at compile-time inheritance using std::enable_if_t & std::is_base_of for SFINAE?...


templatesc++14sfinaetype-traits

Read More
is_copy_constructible typetrait gives wrong answer...


c++type-traits

Read More
Get the result type of a function in c++11...


c++templatesc++11type-traits

Read More
Why does SFINAE not give the correct result for incrementing bool?...


c++sfinaetype-traits

Read More
What trait makes uninitialized_copy(_n) sustituable by copy(_n)?...


c++initializationcopytype-traits

Read More
Something like Haskell's MultiParamTypeClasses...


haskellrusttypeclasstype-traitsparadigms

Read More
C++ std::conditional_t wont compile with std::is_enum_v and std::underlying_type_t...


c++metaprogrammingtype-traits

Read More
decltype parenthesis syntax for a lvalue...


c++c++11type-traitsdecltype

Read More
Conversion functions, std::is_base_of and spurious incomplete types: substitution failure IS an erro...


c++c++17sfinaetype-traitsconversion-operator

Read More
Discrepancy with is_swappable_with_v...


c++swaptype-traits

Read More
Typetrait to get value type of contiguous-memory containers...


c++c++17type-traits

Read More
std::enable_if to choose a class specialitzation...


c++templatestype-traitsenable-if

Read More
BackNext