xieite ::wrap_value <x >::operator /*???*/ ()
Defined in header <xieite/meta/wrap_value.hpp> Implicitly casts to the type of
x .Declaration
Returns[[nodiscard ]]explicit (false )operator decltype (auto )()const noexcept ;
x .Example
[View in Compiler Explorer]constexpr int x =xieite ::wrap_value <0 >();static_assert (x ==0 );