Struct template as
boost::xpressive::op::as — as<> is a PolymorphicFunctionObject for lexically casting a parameter to a different type.
Synopsis
template<typename T>
struct as {
template<typename Value> T operator()(Value const &) const;
};Description
Template Parameters
Тип, , , , , , , , , , .
typenameTТип, на который лексически отбрасывать параметр.
[ORIG_END] -->[ORIG_END] -->
as public member functions
Параметры []: | |
| val
| Значение для лексически литья. | [о] [ | |
[!-- [ORIG_BEGIN]template<typenameValue>Toperator()(Valueconst&val)const; | | |
| | | | | | | | | | | | | | | | | [[] [[] [val | Значение для лексически литья. | |
|