Search code examples
Unexpected behavior of std::is_copy_assignable and boost::optional...


c++boosttype-traitsstdoptionalboost-optional

Read More
constexpr-if with std::is_copy_assignable...


c++templatesc++17type-traitsif-constexpr

Read More
What do compilers do with compile-time branching?...


c++templatesif-statementc++11type-traits

Read More
Is there a type-trait to remove top-level cv and reference at once?...


c++c++11type-traits

Read More
Which <type_traits> cannot be implemented without compiler hooks?...


c++c++11type-traits

Read More
How to write a template specialization of a type trait that works on a class template?...


c++template-specializationtype-traits

Read More
Detect existance of function using `concepts` and not `type_traits`...


c++type-traitsc++-concepts

Read More
Why does is_convertible<EnumClass, int> return false?...


c++enumstype-traits

Read More
Does std hold a type traits that transforms a list of types and aggregate each transformation value ...


c++templatesstdtype-traits

Read More
Is it possible to test for an attribute specifier in C++?...


c++templatesattributestype-traits

Read More
Is it possible to have a library implementation of is_trivially_constructible without relying on com...


c++type-traitsstdlibstdc++

Read More
how to get a return type of a member function pointer...


c++type-traitspointer-to-memberdecltype

Read More
How to simplify these function template specializations?...


c++c++11templatestype-traits

Read More
reference_wrapper of a left reference...


c++referencetype-traits

Read More
How do you add const to the pointed-to type?...


c++templatesconstantstype-traitsconst-correctness

Read More
How do I check whether a type is derived from vector / list / deque?...


c++templatesc++20type-traitsc++-templates

Read More
Can I retrieve an associated type of the implemenattion of a trait?...


rusttype-traitsassociated-types

Read More
How to make `std::conditional_t` work with recursion?...


c++template-meta-programmingtype-traitsc++-templates

Read More
SFINAE for true_type and false_type in std::conditional...


c++c++11templatessfinaetype-traits

Read More
Can we detect "trivial relocatability" in C++17?...


c++objectmemoryc++17type-traits

Read More
std::make_signed that accepts floating point types...


c++templatesc++11type-traits

Read More
Specialize trait using type defined in template struct...


c++structtype-traitsunreal-engine5

Read More
Why is char distinct from signed char and unsigned char?...


c++c++11charsignedtype-traits

Read More
TypeScript: Implementing a generic type-constrained function to instantiate and return instances of ...


typescriptgenericsconstraintstype-traits

Read More
C++ Templated-Optional Constructors...


c++templatestype-traits

Read More
determine result type of lambdas with different signature...


c++templatestype-traits

Read More
How to check if a template typename is the same as another type but ignoring template parameters...


c++templatestype-traitsc++-conceptsc++23

Read More
What is the purpose of _t aliases and _v variable templates for type traits?...


c++c++17c++14language-designtype-traits

Read More
Why is there no enumeration concept in C++ 20?...


c++type-traitsstdc++20c++-concepts

Read More
C++ concept that checks there are no repeating types in a variadic template...


c++c++20variadic-templatestype-traitsc++-concepts

Read More
BackNext