Searched defs:BOOST_CNV_TO_STRING (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/convert/ |
D | base.hpp | 19 #define BOOST_CNV_TO_STRING \ macro 57 BOOST_CNV_TO_STRING ( int_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 58 BOOST_CNV_TO_STRING ( uint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 59 BOOST_CNV_TO_STRING ( lint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 60 BOOST_CNV_TO_STRING ( llint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 61 BOOST_CNV_TO_STRING ( ulint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 62 BOOST_CNV_TO_STRING (ullint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 63 BOOST_CNV_TO_STRING ( sint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 64 BOOST_CNV_TO_STRING ( usint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function 65 BOOST_CNV_TO_STRING ( flt_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING() function [all …]
|