Search code examples
Using boost::mpl::find_if with custom predicate...


c++type-traitsboost-mpl

Read More
How to determine the iterator type for container?...


c++type-traits

Read More
decltype(*this) equivalent outside function body...


c++c++11type-traits

Read More
Checking whether or not 2 types are comparable...


c++templatesc++17type-traits

Read More
Type trait to get element type of std::array or C-style array...


c++templatestype-traits

Read More
std::is_nothrow_invocable with member function...


c++invoketype-traitsnoexceptmember-functions

Read More
Is noexcept deduction allowed in class template partial specialization?...


c++language-lawyerc++17type-traits

Read More
How to use C++11 std::is_member_object_pointer in type_traits?...


c++11type-traits

Read More
Static Assert for Public Inheritance...


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

Read More
static_assert that a member variable is marked as 'static' in C++17?...


c++c++11statictype-traits

Read More
I know struct is a class but the code says No...


c++classstructtypestype-traits

Read More
Implementation of std::is_function with cv-qualifiers and ref-qualifiers...


c++type-traits

Read More
How does Eric Niebler's implementation of std::is_function work?...


c++c++11templatesc++14type-traits

Read More
Protecting copy constructor with std::enable_if...


c++c++11templatestemplate-meta-programmingtype-traits

Read More
How to enable a inheritance switch depending on a template type...


c++templatesinheritancetype-traitsenable-if

Read More
Problems with function template and type_traits...


c++templatestype-traitstype-deduction

Read More
custom template programming...


c++c++11template-meta-programmingtype-traits

Read More
C++11 std equivalent of Boost has_dereference...


c++c++11boostsfinaetype-traits

Read More
Store a const reference, whenever an lvalue is passed, and a copy, whenever an rvalue is passed...


c++c++14rvalue-referencetype-traits

Read More
Enable a ctor if each argument is convertible to a specific type...


c++c++17type-traitsenable-if

Read More
Trait typedef changes in different contexts for the "same" template parameter...


c++templatestemplate-specializationtype-traits

Read More
Testing if std::pointer_traits can work with my type...


c++pointerssmart-pointersc++17type-traits

Read More
std type_traits conflict with Qt type_traits...


c++qtc++11type-traits

Read More
Distinguishing by parameters with function templates and SFINAE...


c++c++11template-meta-programmingsfinaetype-traits

Read More
Is there a typical use case that must use `is_detected_v`?...


c++standardslanguage-designc++17type-traits

Read More
A type to which everything can be converted to?...


c++templatestype-conversionc++14type-traits

Read More
Is "std::is_callable" replaced with "std::is_invocable" in C++17?...


c++standardslanguage-designc++17type-traits

Read More
Compile error when trying to use std::result_of...


c++c++11type-traits

Read More
Why does SFINAE not work in such a case?...


c++overloadingsfinaec++17type-traits

Read More
Is there any type trait which controls member type(not member variable)...


c++c++11type-traits

Read More
BackNext