summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/ostream_ymd_formatter.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/ostream_ymd_formatter.html')
-rw-r--r--doc/html/boost/date_time/ostream_ymd_formatter.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/html/boost/date_time/ostream_ymd_formatter.html b/doc/html/boost/date_time/ostream_ymd_formatter.html
index c3605260c8..455efdf6ca 100644
--- a/doc/html/boost/date_time/ostream_ymd_formatter.html
+++ b/doc/html/boost/date_time/ostream_ymd_formatter.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -40,16 +41,16 @@
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="boost.date_time.ostream_ymd_formatter.ostream_type"></a><span class="identifier">ostream_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="boost.date_time.ostream_ymd_formatter.foo_type"></a><span class="identifier">foo_type</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="ostream_ymd_formatter.html#idp32130640-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="ostream_ymd_formatter.html#idp47314736-bb"><span class="identifier">ymd_put</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">,</span> <span class="identifier">ostream_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">facet_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="ostream_ymd_formatter.html#idp41909872-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="ostream_ymd_formatter.html#idp41910432-bb"><span class="identifier">ymd_put</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">,</span> <span class="identifier">ostream_type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">facet_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp179608416"></a><h2>Description</h2>
+<a name="idp187882832"></a><h2>Description</h2>
<div class="refsect2">
-<a name="idp179608832"></a><h3>
-<a name="idp32130640-bb"></a><code class="computeroutput">ostream_ymd_formatter</code> public static functions</h3>
+<a name="idp187883248"></a><h3>
+<a name="idp41909872-bb"></a><code class="computeroutput">ostream_ymd_formatter</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
-<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="idp47314736-bb"></a><span class="identifier">ymd_put</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">,</span> <span class="identifier">ostream_type</span> <span class="special">&amp;</span> os<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">facet_type</span> <span class="special">&amp;</span> f<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
+<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="idp41910432-bb"></a><span class="identifier">ymd_put</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">,</span> <span class="identifier">ostream_type</span> <span class="special">&amp;</span> os<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">facet_type</span> <span class="special">&amp;</span> f<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
</li></ol></div>
</div>
</div>