|
3981 | 3981 | \begin{codeblock} |
3982 | 3982 | namespace std { |
3983 | 3983 | template<class charT, class OutputIterator = ostreambuf_iterator<charT>> |
3984 | | - class time_put : public locale::facet { |
3985 | | - public: |
3986 | | - using @\libmember{char_type}{time_put}@ = charT; |
3987 | | - using @\libmember{iter_type}{time_put}@ = OutputIterator; |
| 3984 | + class time_put : public locale::facet { |
| 3985 | + public: |
| 3986 | + using @\libmember{char_type}{time_put}@ = charT; |
| 3987 | + using @\libmember{iter_type}{time_put}@ = OutputIterator; |
3988 | 3988 |
|
3989 | | - explicit time_put(size_t refs = 0); |
| 3989 | + explicit time_put(size_t refs = 0); |
3990 | 3990 |
|
3991 | | - // the following is implemented in terms of other member functions. |
3992 | | - iter_type put(iter_type s, ios_base& f, char_type fill, const tm* tmb, |
3993 | | - const charT* pattern, const charT* pat_end) const; |
3994 | | - iter_type put(iter_type s, ios_base& f, char_type fill, |
3995 | | - const tm* tmb, char format, char modifier = 0) const; |
| 3991 | + // the following is implemented in terms of other member functions. |
| 3992 | + iter_type put(iter_type s, ios_base& f, char_type fill, const tm* tmb, |
| 3993 | + const charT* pattern, const charT* pat_end) const; |
| 3994 | + iter_type put(iter_type s, ios_base& f, char_type fill, |
| 3995 | + const tm* tmb, char format, char modifier = 0) const; |
3996 | 3996 |
|
3997 | | - static locale::id @\libmember{id}{time_put}@; |
| 3997 | + static locale::id @\libmember{id}{time_put}@; |
3998 | 3998 |
|
3999 | | - protected: |
4000 | | - ~time_put(); |
4001 | | - virtual iter_type do_put(iter_type s, ios_base&, char_type, const tm* t, |
4002 | | - char format, char modifier) const; |
4003 | | - }; |
| 3999 | + protected: |
| 4000 | + ~time_put(); |
| 4001 | + virtual iter_type do_put(iter_type s, ios_base&, char_type, const tm* t, |
| 4002 | + char format, char modifier) const; |
| 4003 | + }; |
4004 | 4004 | } |
4005 | 4005 | \end{codeblock} |
4006 | 4006 |
|
|
0 commit comments