Home | History | Annotate | Download | only in bits

Lines Matching defs:num_put

1562     // num_put
2242 * @brief Primary class template num_put.
2248 * The num_put template uses protected virtual functions to provide the
2251 * implement the behavior they require from the num_put facet.
2254 class num_put : public locale::facet
2275 num_put(size_t __refs = 0) : facet(__refs) { }
2281 * by calling num_put::do_put().
2301 * stream. It does so by calling num_put::do_put().
2360 * It does so by calling num_put::do_put().
2411 * does so by calling num_put::do_put().
2454 ~num_put() { };
2518 locale::id num_put<_CharT, _OutIter>::id;