Skip to content

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.

Template parameters
T target value type
Arg wrapped expression type

Fully qualified name: kfr::expression_cast<T, Arg>

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.