2014-11-23 23:54 GMT+04:00 endight .
Is there something like `boost::is_lexical_convertible` (like `boost::is_convertible`)?
There is a runtime function boost::conversion::try_lexical_convert, that
does not throw and returns true if conversion succeeded.
If compile time trait is required, then something like the following would
work in most cases (not tested):
template
{};
-- Best regards, Antony Polukhin