Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/numeric/
Dreal_policies.hpp218 return char_inserter<>::call(sink, '.'); // generate the dot by default in dot()
266 r = char_inserter<>::call(sink, '0'); in fraction_part()
289 bool r = char_inserter<CharEncoding, Tag>::call(sink, 'e') && in exponent()
295 r = char_inserter<CharEncoding, Tag>::call(sink, '0'); in exponent()
/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp764 struct char_inserter struct