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
Usage of decltype in return type of function template removes error due to exception specification
Oct 17, 2025
c++
templates
sfinae
function-templates
function-templates-overloading
SFINAE with numeric_limits<T>::max() on MSVC2017
Oct 16, 2025
c++
visual-c++
sfinae
enable-if
numeric-limits
Enable a non-template member function iff it would typecheck
Oct 12, 2025
c++
c++11
sfinae
c++-templates
Check with which template parameter a class was instantiated (compile time)
Sep 23, 2025
c++
template-meta-programming
sfinae
template-specialization
Can calls to member functions of function parameters be used as template arguments?
Sep 18, 2025
c++
gcc
c++17
sfinae
compiler-bug
"Failed to specialize alias template" errors for the most simple SFINAE bool condition [closed]
Sep 18, 2025
c++
sfinae
Type trait to check whether a function can compile with a given type
Sep 17, 2025
c++
c++14
sfinae
type-traits
What is the exact quote from the C++ Standard that states that type deduction failure on template argument deduction is not an error (SFINAE)? [duplicate]
Sep 14, 2025
c++
language-lawyer
sfinae
template-argument-deduction
type-deduction
In a template function, How do I use std::underlying_type just if type of the input is enum class?
Sep 15, 2025
c++
templates
sfinae
static-cast
enum-class
Concept to define type A to be equal to type B, if B exists
Sep 14, 2025
c++
templates
c++20
sfinae
c++-concepts
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
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 »