C++ 本地化库 - time_get



描述

这是一个标准的 facet,它解析字符序列以读取日期和时间信息,并将其存储到 tm 结构中。

声明

以下是 std::time_get 的声明。

C++98

	
template <class charT, class InputIterator = istreambuf_iterator<charT> >
   class time_get;

C++11

template <class charT, class InputIterator = istreambuf_iterator<charT> >
   class time_get;

参数

  • charT − 字符类型。

  • InputIterator − 输入迭代器类型。

返回值

locale.htm
广告
© . All rights reserved.