Search code examples
SFINAE/enable_if based on the contents of a string parameter?...


c++c++17sfinaeenable-if

Read More
Initialize std::tuple with variadic arguments in constructor...


c++templatestypesvariadic-templatessfinae

Read More
Using std::enable_if or similar method on member variable...


c++variablessfinae

Read More
How to check if a type is a smart pointer or a reference to a smart pointer...


c++c++11templatessfinaetypechecking

Read More
Detecting a member function in a class which uses CRTP...


c++c++14sfinaecrtp

Read More
Is this a bug in GoogleTest AssertionResult?...


c++googletestsfinae

Read More
SFINAE : Delete a function with the same prototype...


c++c++14c++17sfinaetemplate-function

Read More
C++ expression SFINAE and ostream manipulators...


c++templatesc++17sfinae

Read More
noexcept + declval fail to compile under MSVC...


c++templatesvisual-c++compiler-errorssfinae

Read More
SFINAE disable constructor if conversion exists from `double` to `T`...


c++templatesoperator-overloadingc++14sfinae

Read More
Can SFINAE not prevent ambiguous operator overloads?...


c++compiler-errorsoperator-overloadingc++14sfinae

Read More
How to detect a noexcept method using SFINAE...


c++templatesmethodssfinaenoexcept

Read More
Detect whether type is associative container...


c++templatescontainerssfinae

Read More
SFINAE check for template parameter operators...


c++templatesc++14sfinaedecltype

Read More
SFINAE with numeric_limits<T>::max() on MSVC2017...


c++visual-c++sfinaeenable-ifnumeric-limits

Read More
Overload template function for generic enum and the other types...


c++c++11templatessfinae

Read More
How can I implement system-specific functions without macros in modern C++...


c++templatessfinaepreprocessorcompile-time

Read More
How to deactivate non-integral versions of my `Pow(T)` using SFINAE?...


c++sfinae

Read More
Why can't we use class templates directly for deducing method templates? SFINAE...


c++templatesmetaprogrammingsfinae

Read More
How detect if eg. T::is_transparent is defined?...


c++template-meta-programmingsfinae

Read More
c++ call c function if it does exist...


c++sfinae

Read More
Why doesn't SFINAE work across multiple inheritance?...


c++templatessfinae

Read More
SFINAE - detect if type T is pointer, array or container with random access operator and for given v...


c++pointersoperator-keywordsfinaerandom-access

Read More
C++ overwritten member function of derived class returns array of derived class...


c++inheritancestlsfinaecontainer-data-type

Read More
How to specialize template for containers and enums...


c++templatessfinae

Read More
Class function template definition outside of the class...


c++templatessfinae

Read More
SFINAE, Invoking a functor if the operator is implemented...


c++c++17sfinae

Read More
`enable_if()` to disable static member function declaration of templated class...


c++templatessfinae

Read More
Constructor SFINAE and inheritence fails in clang...


c++gccclangc++17sfinae

Read More
Template function for detecting pointer like (dereferencable) types fails for actual pointer types...


c++templatesc++17template-meta-programmingsfinae

Read More
BackNext