From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- .../boost/gregorian/operator_idp517119264.html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/html/boost/gregorian/operator_idp517119264.html (limited to 'doc/html/boost/gregorian/operator_idp517119264.html') diff --git a/doc/html/boost/gregorian/operator_idp517119264.html b/doc/html/boost/gregorian/operator_idp517119264.html new file mode 100644 index 0000000000..6c5dac2dad --- /dev/null +++ b/doc/html/boost/gregorian/operator_idp517119264.html @@ -0,0 +1,55 @@ + + + + +Function template operator<< + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Function template operator<<

+

boost::gregorian::operator<< — operator<< for gregorian::greg_month typically streaming: Jan, Feb, Mar...

+
+

Synopsis

+
// In header: <boost/date_time/gregorian/greg_facet.hpp>
+
+
+template<typename charT, typename traits> 
+  std::basic_ostream< charT, traits > & 
+  operator<<(std::basic_ostream< charT, traits > & os, const greg_month & m);
+
+

Description

+

Uses the date facet to determine output string as well as selection of long or short strings. Default if no facet is installed is to output a 2 wide numeric value for the month eg: 01 == Jan, 02 == Feb, ... 12 == Dec.

+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3