Home | History | Annotate | Download | only in bits

Lines Matching defs:num_put

1575     // num_put
2255 * @brief Primary class template num_put.
2261 * The num_put template uses protected virtual functions to provide the
2264 * implement the behavior they require from the num_put facet.
2267 class num_put : public locale::facet
2288 num_put(size_t __refs = 0) : facet(__refs) { }
2294 * by calling num_put::do_put().
2314 * stream. It does so by calling num_put::do_put().
2373 num_put::do_put().
2424 * does so by calling num_put::do_put().
2467 ~num_put() { };
2531 locale::id num_put<_CharT, _OutIter>::id;