Base class for the conversion. More...
#include <lexical_cast.hpp>
Public Member Functions | |
To | operator() (From value, utils::optional< To > fallback) const |
Base class for the conversion.
Since functions can't be partially specialized we use a class, which can be partially specialized for the conversion.
To | The type to convert to. |
From | The type to convert from. |
ToEnable | Filter to enable the To type. |
FromEnable | Filter to enable the From type. |
Definition at line 136 of file lexical_cast.hpp.
|
inline |
Definition at line 138 of file lexical_cast.hpp.
References DEBUG_THROW.