std::Meta::declval<T>
declval<T>
Provides a type that can be used to simulate an rvalue of the specified type
Signature
declval<T> -> &&T
Specifiers
constexpr
declval<T>
Provides a type that can be used to simulate an rvalue of the specified type
declval<T> -> &&T
constexpr