Function cast¶
function cast(Arg &&) base¶
template <typename T, expression_argument Arg>
KFR_INTRINSIC expression_cast<T, Arg> cast(Arg&& arg) Creates an expression that converts the values of arg to type T.
| T | target value type |
| arg | input expression |
an expression_cast |
Fully qualified name: kfr::cast(Arg &&)
Declared at base/basic_expressions.hpp:326
Function cast¶
function cast(Arg &&, ctype_t<T>) base¶
template <typename T, expression_argument Arg>
KFR_INTRINSIC expression_cast<T, Arg> cast(Arg&& arg, ctype_t<T>) Creates an expression that converts the values of arg to type T.
| T | target value type |
| arg | input expression |
an expression_cast |
Fully qualified name: kfr::cast(Arg &&, ctype_t<T>)
Declared at base/basic_expressions.hpp:341
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.