SpiceQA
Questions
Tags
Users
Badges
sfinae
sfinae
7 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Choose std::queue or std::priority_queue, depending on whether "<" is defined
Ziyuan
0
•
asked Sep 22, 2022
1
3
58
sfinae
c++
What is the advantage of Hana's type_c-and-declval dance when querying whether a SFINAE-friendly expression is valid?
Enlico
0
•
asked Sep 16, 2022
1
1
21
boost-hana
sfinae
c++17
template-meta-programming
c++
SFINAE-ing on a nullary lambda expression calling a non-templated function on a template argument's instance causes compiler error
Enlico
0
•
asked Sep 16, 2022
2
0
42
sfinae
template-meta-programming
language-lawyer
c++20
c++
What is the usecase of calling hana::is_valid with a nullary function?
Enlico
0
•
asked Sep 16, 2022
2
1
44
boost-hana
sfinae
c++17
template-meta-programming
c++
accessing class member regardless of it being a function or a data member
Sergey Kolesnik
0
•
asked Sep 15, 2022
0
1
55
sfinae
c++14
templates
c++
sfinae with decltype of comma operator: bug in clang or gcc?
Jason Du
0
•
asked Sep 14, 2022
0
0
10
decltype
sfinae
gcc
clang
templates
Why SFINAE has different behavior with gcc <11 vs >12?
Armut
0
•
asked Sep 6, 2022
7
2
148
sfinae
gcc
language-lawyer
clang
c++
1
(current)
Hot Questions