Search code examples
Matching member function existence and signature: parameters...


c++c++11traitssfinaetype-traits

Read More
std::result_of for built-in operators...


c++c++11type-traits

Read More
enable conversion operator using SFINAE...


c++templatessfinaetype-traitsenable-if

Read More
What does T& mean for some template argument T?...


c++templatesc++11referencetype-traits

Read More
Is there an equivalent to type traits from C++ in other languages?...


c++type-traits

Read More
Traits specialization...


c++type-traits

Read More
How can static_assert be used to check element type of iterator argument to templated function?...


c++templatesiteratortype-traitsstatic-assert

Read More
C++ type trait to extract specialization value of template argument...


c++c++11type-traits

Read More
Disambiguate overloaded member function pointer being passed as template parameter...


c++templatesc++11type-traits

Read More
Initialize base subobject with dependent type name in derived class...


c++c++11type-traits

Read More
Type traits to match pointer to collections...


c++templatesc++11sfinaetype-traits

Read More
D traits - List of integral data members...


dtype-traitsctfe

Read More
Underlying type of a C++ enum in C++03...


c++stdtype-traits

Read More
different behaviour for enums and all other types...


c++11enumstype-traits

Read More
static_assert inside/outside class definition...


c++c++11type-traitsstatic-assert

Read More
Technique to distinguish between ordinary template parameters and template template parameters using...


c++templatesc++11sfinaetype-traits

Read More
Correct way to make is_copy_constructible for container yield false if underlying type is not copy c...


c++c++11copy-constructortype-traits

Read More
has_type template returns true for struct type {};...


c++templatestemplate-meta-programmingtype-traits

Read More
Checking callable template parameter types...


c++c++11lambdatemplate-meta-programmingtype-traits

Read More
Callable class member detector idiom and C++11 final...


c++c++11type-traits

Read More
Can I use any class T as an allocator type as long as std::allocator_traits<T> is specialized?...


c++memory-managementstandardstype-traitsallocator

Read More
Function template specialization with template...


c++templatestype-traits

Read More
Boost traits to check if an object is STL container...


c++booststltype-traits

Read More
C++11 Type Traits: Arithmetic user type...


c++c++11type-traitsusertype

Read More
Why does make_optional decay its argument type?...


c++type-traitsoption-typestdc++14

Read More
Why is the "universal reference" overload being selected instead of the char array or char...


c++templatesc++11variadic-templatestype-traits

Read More
Nesting standard type traits with SFINAE fails to compile with g++ 4.8...


c++templatesc++11type-traits

Read More
Checking a member exists, possibly in a base class, C++11 version...


c++c++11finaltemplate-meta-programmingtype-traits

Read More
Why ampersand in `std::is_member_function_pointer`?...


c++c++11methodsmembertype-traits

Read More
Understanding Microsoft's _Is_duration using C++11 type_traits...


c++c++11stlmetaprogrammingtype-traits

Read More
BackNext