A functor which simply forwards its arguments to s11n::serialize_subnode(). More...
#include <algo.hpp>
Public Member Functions | |
template<typename NT , typename ST > | |
bool | operator() (NT &dest, const std::string &subname, const ST &src) const |
A functor which simply forwards its arguments to s11n::serialize_subnode().
Added in 1.1.3.
Definition at line 690 of file algo.hpp.
bool s11n::serialize_subnode_f::operator() | ( | NT & | dest, | |
const std::string & | subname, | |||
const ST & | src | |||
) | const [inline] |