Go to the source code of this file.
#define EMPTY_FILTER |
( |
|
NAME, |
|
|
|
VALUE |
|
) |
| |
Value:template<typename T, typename _base> \
class NAME##_filter<T, VALUE, _base>: public _base { \
typedef _base base; \
public: \
NAME##_filter & operator=(T const & in) { \
base::operator=(in); \
return (*this); \
} \
base::operator<<(in); \
return (*this); \
} \
T value() const { \
return base::value(); \
} \
operator T() const { \
return value(); \
} \
};
S & operator<<(S &os, oss_class< D, max_buf > const &arg)
Definition: serializer.hpp:158