Home
last modified time | relevance | path

Searched defs:BOOST_CNV_STRING_ENABLE (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/convert/
Dstream.hpp15 #define BOOST_CNV_STRING_ENABLE \ macro
78 BOOST_CNV_STRING_ENABLE(type const& v, optional<string_type>& s) const { to_str(v, s); } in BOOST_CNV_STRING_ENABLE() function
79BOOST_CNV_STRING_ENABLE(string_type const& s, optional<type>& r) const { str_to(cnv::range<string_… in BOOST_CNV_STRING_ENABLE() function