Search code examples
How to check whether a function template exists in C++?...

c++templatessfinaetype-traitsmember-functions

Read More
c++ template supress inmplicit conversion of bounded array to pointer type?...

c++arraystemplatesclang++sfinae

Read More
Specialize function template for all types of pointers...

c++sfinaec++-conceptsoverload-resolutionpartial-specialization

Read More
How do we use void_t for SFINAE?...

c++templatesc++14sfinaevoid-t

Read More
Using SFINAE in C++11 to choose between two functions with same signature...

c++templatesc++11sfinae

Read More
Forward reference vs rvalue...

c++sfinaec++-conceptsforwarding-reference

Read More
Alias for class template parameter in C++...

c++c++20sfinaec++-conceptsclass-template

Read More
Check if member function is defined using SFINAE instead of requires clause...

c++c++17sfinaerequires-expression

Read More
How to correctly write and apply c++20 concept / SFINAE / both for function sele...

c++c++20sfinaec++-conceptsdetection-idiom

Read More
How to conditionally declare a member overload on class templates?...

c++templatesoverloadingsfinae

Read More
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
How can you check whether a templated class has a member function?...

c++templatestemplate-meta-programmingsfinae

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
BackNext