#include <conversion.h>
Static Public Member Functions | |
static boost::any | from (const Type &type, const OtherT &value) |
static OtherT | to (const Type &type, const boost::any &value) |
Definition at line 42 of file conversion.h.
static boost::any cpp_introspection::converter< OtherT, Enabled >::from | ( | const Type & | type, |
const OtherT & | value | ||
) | [inline, static] |
Definition at line 44 of file conversion.h.
static OtherT cpp_introspection::converter< OtherT, Enabled >::to | ( | const Type & | type, |
const boost::any & | value | ||
) | [inline, static] |
Definition at line 43 of file conversion.h.