xte ::wrap_value <x >::operator ()()
Defined in header <xte/meta/wrap_value.hpp> Declaration
Returns[[nodiscard ]]friend constexpr decltype (auto )operator ()()noexcept ;
x .Example
[View in Compiler Explorer]constexpr auto x =xte ::wrap_value <0 >();static_assert (x () ==0 );