Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in sfinae
What is the reason for providing a default value of zero for SFINAE testers?
Sep 08, 2025
c++
templates
c++11
sfinae
libc++
Using `hana::is_valid` fails with const references
Sep 07, 2025
c++
c++14
sfinae
boost-hana
Overload resolution for char*, char array, and string literals using constexpr, SFINAE and/or type_traits
Sep 07, 2025
c++
overloading
sfinae
type-traits
enable-if
How to detect if a enum is defined
Sep 07, 2025
c++
enums
metaprogramming
sfinae
How to constrain a template? Six different usages of std::enable_if
Sep 05, 2025
c++
templates
sfinae
compile-time
How to detect if a generic lambda is uncompilable in C++ 14?
Mar 18, 2023
c++
c++11
lambda
c++14
sfinae
Class template specialization within template class
Mar 13, 2023
c++
c++11
templates
sfinae
SFINAE to check "template template class" (in template argument) elegantly
Mar 11, 2023
c++
c++14
sfinae
template-templates
How to enable member function using boolean template parameter?
Mar 08, 2023
c++
templates
sfinae
Overloading function when passing lambda as parameter
Mar 10, 2023
c++
templates
lambda
sfinae
disable branch with "if constexpr" and SFINAE
Mar 09, 2023
c++
c++17
constexpr
sfinae
if-constexpr
Check if a class has a method with a given name but any signature
Mar 07, 2023
c++
c++11
templates
methods
sfinae
Why does using a fundamental type as a base-class compile sometimes?
Mar 04, 2023
c++
templates
sfinae
SFINAE in class template constructors
Feb 17, 2023
c++
c++11
constructor
sfinae
template-classes
Testing specific class name in different namespaces (SFINAE?)
Feb 14, 2023
c++
templates
c++11
namespaces
sfinae
Overload based on existence of dependent type
Feb 11, 2023
c++
c++11
overloading
sfinae
overload-resolution
Checking whether a type declaration is present for SFINAE
Feb 10, 2023
c++
c++11
templates
sfinae
enable-if
Checking if class T has member type Member with void_t
Feb 10, 2023
c++
templates
c++11
c++14
sfinae
Is there a C++20 way to detect if a type is an instantiation of a template using just concepts and requires()?
Sep 03, 2025
c++
c++20
sfinae
c++-concepts
Partial template specialization for when all template parameters are the same type
Sep 02, 2025
c++
c++14
sfinae
template-specialization
parameter-pack
Older Entries »