SpiceQA
Questions
Tags
Users
Badges
declval
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Type trait to check if istream operator>> exists for given type
user_3997725
0
•
asked Aug 17, 2022
1
1
49
declval
sfinae
c++11
templates
c++
std::reference_wrapper, constructor implementation explaination
user_7849245
0
•
asked Jan 2, 2022
6
1
284
reference-wrapper
declval
decltype
templates
c++
static assertion on noexcept for protected constructors
user_12091999
0
•
asked Aug 14, 2021
2
0
110
declval
noexcept
c++
Is std::declval outdated because of guaranteed copy elision?
user_9167702
0
•
asked Jun 3, 2021
3
2
128
return-value-optimization
copy-elision
declval
c++17
c++
Using declval with a reference type
user_7852429
0
•
asked Apr 28, 2021
4
1
243
declval
c++11
reference
c++
Why does the implementation of declval in libstdc++-v3 look so complicated?
user_5432806
0
•
asked Sep 25, 2020
50
2
2497
declval
decltype
c++11
templates
c++
For what T does `std::declval<T>()` not have a matching function?
user_102441
0
•
asked Oct 6, 2019
3
1
305
declval
language-lawyer
c++
std::declval vs crtp, cannot deduce method return type from incomplete type
user_4117728
0
•
asked Jun 7, 2019
12
1
292
declval
decltype
crtp
c++11
c++
How to retrieve the type of a variadic template argument?
user_8796713
0
•
asked Jun 4, 2019
4
0
91
declval
variadic
templates
c++
types
1
(current)
Hot Questions