Search code examples
Conversion functions, std::is_base_of and spurious incomplete types: substitution failure IS an erro...


c++c++17sfinaetype-traitsconversion-operator

Read More
Take generic lambda return type into consideration for SFINAE...


c++templateslambdasfinae

Read More
How I can specialize template when a method is available?...


c++templatesc++17sfinaefunction-templates

Read More
Why does this simple use of SFINAE & type traits to overload a function template leads to ambigu...


c++templatesoverloadingsfinaetype-traits

Read More
Check if two types are of the same template...


c++sfinaetype-traits

Read More
Checking for template parent class in C++ using SFINAE...


c++templatesinheritancesfinae

Read More
SFINAE using scope resolution operator in decltype...


c++templatessfinae

Read More
Checking for existence of an (overloaded) member function...


c++templatesc++11sfinae

Read More
Using a templated function parameter type name to call a function...


c++templatesc++14sfinae

Read More
How to SFINAE using concepts on member non-template function of a template struct?...


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

Read More
sfinae away a destructor...


c++c++14constexprsfinae

Read More
Function that only accepts enumeration types...


c++templatessfinaetemplate-specialization

Read More
SFINAE not always works in C++?...


c++c++17sfinae

Read More
Why does this custom type trait not compile...


c++c++17sfinaedecltypevoid-t

Read More
sfinae to detect containers: failure for std:array...


c++templatesvariadic-templatessfinaestdarray

Read More
Template that accepts only iterators pointing to arithmetic types...


c++c++11templatesc++17sfinae

Read More
Is "constexpr if" considered SFINAE?...


c++c++17constexprsfinaeoverload-resolution

Read More
How to enable/disable a member function according to the existence of a member of its derived class?...


c++templatesc++17sfinae

Read More
How to properly apply decltype together with SFINAE?...


c++templatessfinaedecltype

Read More
How to define a template function with the help of std::enable_if...


c++c++11templatessfinaeenable-if

Read More
See SFINAE reason for a certain function...


c++clangsfinae

Read More
What makes the overload fail between these two function templates?...


c++language-lawyersfinaeenable-iffunction-templates-overloading

Read More
Change a function's return type based on size of std::tuple...


c++overloadingsfinaereturn-typevariadic

Read More
Why type deduction of function parameters are prioritized over the types from template?...


c++templatessfinaeenable-if

Read More
Why does this substitution failure create an error, again?...


c++template-meta-programmingsfinaeenable-if

Read More
Why does this substitution failure create an error?...


c++template-meta-programmingsfinaeenable-if

Read More
Error trying to implement type checking with SFINAE...


c++sfinaetype-traits

Read More
SFINAE type trait with pointer-to-member-function fails...


c++sfinae

Read More
Template alias for type trait doesn't work...


c++templatessfinae

Read More
Static member definition of complex type of a template class with SFINAE...


c++c++11sfinae

Read More
BackNext