Home
last modified time | relevance | path

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

/third_party/boost/boost/convert/
Dbase.hpp139 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
141 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
142 : (num_fill / 2); in to_str_()
143 int num_right = num_fill - num_left; in to_str_()