Search code examples
is it possible to check if overloaded operator<< for type or class exists?...


c++17sfinae

Read More
Assert that code does NOT compile...


c++c++11boostcompiler-errorssfinae

Read More
conditional (SFINAE) override...


c++templatesc++11sfinae

Read More
SFINAE error in a trait to find the return type of any callable...


c++templateslambdasfinae

Read More
std::enable_if_t typedef substitutions aren't equivalent...


c++templatestypedefsfinaeenable-if

Read More
Type trait to check if istream operator>> exists for given type...


c++c++11templatessfinaedeclval

Read More
Accessing index in parameter pack during template substitution...


c++templatesc++17sfinaeparameter-pack

Read More
Make std's data-structure use my existing non-static hash function "hashCode()" by def...


c++c++11templateshashsfinae

Read More
Why class template instantiation fails for unused member template function and implicit instantiatio...


c++sfinaeenable-ifc++-templates

Read More
Why doesn't SFINAE (enable_if) work for member functions of a class template?...


c++c++11sfinaeenable-if

Read More
Why does enable_if_t in template arguments complains about redefinitions?...


c++templatesc++14sfinaeenable-if

Read More
How can I get the behavior of a plain `auto` return type when using "expression SFINAE"?...


c++templatessfinaeoverload-resolution

Read More
Concept to define type A to be equal to type B, if B exists...


c++templatesc++20sfinaec++-concepts

Read More
How do I enable a function template if a class has a specific member function?...


c++c++11sfinaefunction-templatesc++-templates

Read More
Enable a non-template member function iff it would typecheck...


c++c++11sfinaec++-templates

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


c++c++11templatessfinaetype-traits

Read More
In a template function, How do I use std::underlying_type just if type of the input is enum class?...


c++templatessfinaestatic-castenum-class

Read More
How to check that a C++ class is incomplete (only declared)?...


c++sfinaeincomplete-type

Read More
The implementation of add_rvalue_reference...


c++c++11sfinae

Read More
Understanding SFINAE : declarations of member functions outside of partially specialized classes, an...


c++variadic-templatessfinae

Read More
Explain C++ SFINAE to a non-C++ programmer...


c++programming-languagesc++-faqsfinae

Read More
Partial specialization of a method in a templated class...


c++templatestemplate-specializationsfinae

Read More
Why should I avoid std::enable_if in function signatures...


c++templatesc++11sfinaeenable-if

Read More
How to detect the presence of a static member function with certain signature?...


c++templatesc++11template-meta-programmingsfinae

Read More
How to restrict function template arguments to be specializations of a specific class template...


c++templatesc++14sfinaeclass-template

Read More
Check type overloads a given operator...


c++c++17sfinae

Read More
Overload resolution for char*, char array, and string literals using constexpr, SFINAE and/or type_t...


c++overloadingsfinaetype-traitsenable-if

Read More
Why can you implement std::is_function in terms of std::is_const and std::is_reference?...


c++templatesstdsfinaetype-traits

Read More
Are C++ compilers actually compliant with zero-size array SFINAE rule?...


c++language-lawyersfinaecompiler-specific

Read More
Templated requires clause fails...


c++templatesc++20sfinaerequires-clause

Read More
BackNext