Search code examples
what is the correct way to test if a type is an allocator?...

c++c++14type-traitsallocator

Read More
Is a is_variadic type trait possible in C++17?...

variadic-templatesvariadic-functionsc++17template-meta-programmingtype-traits

Read More
Is is possible to implement is_nothrow_assignable without compiler builtins?...

c++boosttype-traits

Read More
Conditionally declare a variable of a certain type...

c++c++20type-traits

Read More
How does 'std::add_const' work when I instantiate it with 'const int'?...

c++c++11templatestypedeftype-traits

Read More
Get the return type of a method from a member function pointer...

c++type-traitspointer-to-memberdecltype

Read More
How to get the class type of an unnamed struct in a typedef inside the unnamed class?...

c++typestype-traits

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