Class expression_cast¶
class expression_cast<T, Arg> base¶
template <typename T, typename Arg>
struct expression_cast : public expression_with_arguments<Arg> { … } Expression that converts the values of the wrapped expression to type T.
| T | target value type |
| Arg | wrapped expression type |
Fully qualified name: kfr::expression_cast<T, Arg>
Declared at base/basic_expressions.hpp:297
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.