|
inlineconstexpr |
Defined in Header
Parameters
x
: either something convertible to T or an of eve constantt
: Type wrapper instance embedding the type of the constant.Return value
The call eve::as_value(as<T>())
returns a value of type T which is the conversion of x
to type Target or the the eve constant of type Target.