Search code examples
How to generalize a template specialization for any variadic template type?...


c++templatesc++17variadic-templatestype-traits

Read More
Why does `std::is_function_v` not work as expected?...


c++c++11templatesstandardstype-traits

Read More
Template specialization using a variable argument...


c++templatestype-traitsspecializationfunction-templates

Read More
False positive with is_copy_constructible on vector<unique_ptr>...


c++c++11type-traitsg++4.8

Read More
Is there a way to implement std::regular_invocable as a type_trait style function in c++11/c++14?...


c++c++14type-traitsarduino-c++

Read More
Why isn't a const reference considered const using the is_const type trait?...


c++c++11type-traits

Read More
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
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
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
BackNext