SpiceQA
Questions
Tags
Users
Badges
void-t
11 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Compile time error on my void_t wrapper intead of fallback
user_13112530
0
•
asked Apr 5, 2022
3
1
109
void-t
c++
What is the purpose of "int[]" here: "std::void_t<int[static_cast<Int>(-1) < static_cast<Int>(0)]>;"
user_16829051
0
•
asked Nov 29, 2021
2
2
84
void-t
sfinae
c++
Why std::void_t is required to detect ill-formed types in SFINAE context?
user_2572774
0
•
asked Oct 11, 2021
2
0
42
void-t
template-meta-programming
sfinae
c++
C++ Templates - The Complete Guide: Understanding footnote comment about decltype and return type
user_5825294
0
•
asked Sep 27, 2021
12
1
413
void-t
decltype
c++17
templates
c++
Why does this custom type trait not compile
user_158285
0
•
asked Jun 25, 2021
3
1
92
void-t
decltype
c++17
sfinae
c++
Why does this use of the detection idiom result in different compilation errors for Clang and GCC and none for MSVC
user_14378480
0
•
asked Apr 4, 2021
2
1
86
void-t
decltype
language-lawyer
standards-compliance
c++
SFINAE without void_t (maybe a template specialization question)
user_6786281
0
•
asked Mar 7, 2021
3
1
69
void-t
sfinae
c++
Beside concepts are there any other void_t replacements in C++20?
user_700825
0
•
asked Oct 23, 2020
2
1
109
void-t
c++-concepts
c++20
c++
C++ void_t SFINAE false_type true_type can't get specialization
Admin
1
•
asked Aug 6, 2020
3
1
302
void-t
sfinae
templates
c++
SFINAE `std::void_t` class template specialisation
user_6040181
0
•
asked Oct 22, 2019
7
0
88
void-t
c++17
sfinae
templates
c++
1
(current)
2
Next
Next
Hot Questions