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
SFINAE: 'static_cast<void>()' or ', void()'?
Dec 21, 2020
c++
void
sfinae
decltype
A type trait to detect functors using C++17?
Apr 20, 2022
c++
c++17
template-meta-programming
functor
sfinae
Is this a valid way of performing "Expression SFINAE" in C++03?
Feb 05, 2022
c++
sizeof
sfinae
c++03
decltype
SFINAE enable_if explicit constructor
Jul 20, 2020
c++
templates
c++11
sfinae
enable-if
decltype(auto), trailing return type and sfinae: can we mix them?
May 31, 2019
c++
templates
language-lawyer
sfinae
decltype
sfinae away a destructor
May 05, 2019
c++
c++14
constexpr
sfinae
Is there a standard generalization of void_t for other types?
Aug 30, 2022
c++
sfinae
c++17
How to call member function only if object happens to have it? [duplicate]
Jun 16, 2019
c++
templates
sfinae
How to test for presence of an inner class in a class via SFINAE?
Jan 31, 2020
c++
template-specialization
sfinae
Getting the best of static_assert and std::is_invocable
Mar 11, 2019
c++
c++17
sfinae
static-assert
What does template<class = enable_if_t<...>> do?
Feb 28, 2022
c++
stl
c++14
variadic-templates
sfinae
Template method to select between functions based on accessibility of constructor
Nov 20, 2022
c++
templates
c++11
sfinae
Why cannot we use brace initializer in an un-evaluated context?
Jun 21, 2021
c++
c++11
sfinae
decltype
MSVC 2013 'type' : is not a member of 'std::enable_if<false,void>
Jun 21, 2018
c++
c++11
visual-studio-2013
variadic-templates
sfinae
Dependent non-type parameter packs: what does the standard say?
May 10, 2022
c++
templates
language-lawyer
variadic-templates
sfinae
Why doesn't C++ make it easier to make compile time queries on types?
Oct 25, 2022
c++
templates
c++11
generic-programming
sfinae
How to check if type is explicitly/implicitly constructible?
Nov 01, 2019
c++
sfinae
c++17
typetraits
explicit
Why does decltype(declval<T>().func()) work where decltype(&T::func) doesn't?
Sep 16, 2022
c++
c++11
template-specialization
sfinae
member-functions
What does SFINAE not work correctly with following has_member function?
Aug 08, 2021
c++
templates
c++11
template-specialization
sfinae
SFINAE to have a class member only if possible
Apr 18, 2020
c++
c++11
templates
sfinae
« Newer Entries
Older Entries »