Skip to content

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