22 General utilities library [utilities]
22.2 Utility components [utility]
22.2.6 Function template declval [declval]
The library provides the function template declval to simplify the definition of expressions which occur as unevaluated operands.
template<class T> add_rvalue_reference_t<T> declval() noexcept; // as unevaluated operand
Remarks: The template parameter T of declval may be an incomplete type.