Time_put Members

The class time_put has one member function.

  iter_type put(iter_type s, ios_base& str, 
  char_type fill, const tm* t, const charT* pattern, const 
  charT* pat_end) const;
  iter_type put(iter_type s, ios_base& str, 
  char_type fill, const tm* t, char format, 
  char modifier = 0) const;
  
Remarks

Formats a localized time.

Returns an iterator immediately beyond the last character.