Search code examples
Is the "lazy man's enable_if" legal C++?...


c++c++11visual-c++language-lawyersfinae

Read More
C++ test if lambda function...


c++c++11lambdasfinae

Read More
Forcing type conversion in C++ using SFINAE...


c++sfinae

Read More
Template matching two (seemingly) unrelated types...


c++templatesenumssfinae

Read More
Why can we detect the presence of default parameter values of operator() with SFINAE, but not those ...


c++templatesc++11sfinae

Read More
Why is overload resolution is ambiguous in this case?...


c++sfinae

Read More
SFINAE for detecting existence of non-member template function...


c++templatestemplate-meta-programmingsfinae

Read More
SFINAE problems with std::begin...


c++templatesc++11sfinae

Read More
Combine Template for Perfect Forwarding and Tempate for arbitrary value_type...


c++templatesstlmove-semanticssfinae

Read More
Using template parameters as function parameters...


c++templatessfinae

Read More
Strange MSVC behaviour with std::experimental::is_detected...


c++c++14sfinaec++17

Read More
Why does the void_t<> detection idiom not work with gcc-4.9?...


c++templatesg++c++14sfinae

Read More
std::underlying_type : Does SFINAE prevent undefined behavior?...


c++c++11enumsundefined-behaviorsfinae

Read More
check function passed to template has class in arguments...


c++c++11sfinae

Read More
SFINAE with multi-layer type determination...


c++language-lawyersfinae

Read More
Why does enable_if with true value seem to work differently than putting void in directly?...


c++sfinae

Read More
How should I conditionally enable a constructor?...


c++templatesc++14sfinaeenable-if

Read More
Is SFINAE forbidden in template arguments, or did I hit a clang bug?...


c++c++11clangsfinae

Read More
does int have an operator==...


c++sfinae

Read More
Disable Function when parameter type is void...


templatesc++11c++14sfinaeenable-if

Read More
How to enable template function instantiation depending on container's element type...


c++templatessfinae

Read More
SFINAE Template Error...


c++sfinaeros

Read More
Boost.Hana: How to check if function has specialisation for a certain type?...


c++boostc++14sfinaeboost-hana

Read More
Common interface for derived classes using SFINAE...


c++c++11sfinae

Read More
Using SFINAE for structs definitions...


c++templatesc++11structsfinae

Read More
troubles with SFINAE...


c++templatessfinae

Read More
make a variadic constructor for signed and unsigned variables using enable_if...


c++templatessfinaeenable-if

Read More
How to check presence of static const member with SFINAE...


c++visual-studio-2010sfinae

Read More
C++: providing a class function in templated class on existence of named member in its templated typ...


c++sfinaetype-traitsenable-ifclass-template

Read More
Checking if class T has member type Member with void_t...


c++templatesc++11c++14sfinae

Read More
BackNext