Home
last modified time | relevance | path

Searched refs:read_string_while (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp1726 inline std::string read_string_while(std::istream& is, std::string const& permitted_chars) in read_string_while() function
1772 s = detail::read_string_while(is, "+-01234567"); in operator >>()
1774 s = detail::read_string_while(is, "+-xXabcdefABCDEF0123456789"); in operator >>()
1776 s = detail::read_string_while(is, "+-0123456789"); in operator >>()
1779 s = detail::read_string_while(is, "+-eE.0123456789infINFnanNANinfinityINFINITY"); in operator >>()