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.html12
1 files changed, 6 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 63a6cf1331..2ffdd9e968 100644
--- a/doc/html/boost/date_time/ostream_ymd_formatter.html
+++ b/doc/html/boost/date_time/ostream_ymd_formatter.html
@@ -41,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#idp495505760-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="ostream_ymd_formatter.html#idp495506320-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#idp514670752-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="ostream_ymd_formatter.html#idp514671312-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="idp218747504"></a><h2>Description</h2>
+<a name="idp194092272"></a><h2>Description</h2>
<div class="refsect2">
-<a name="idp218747920"></a><h3>
-<a name="idp495505760-bb"></a><code class="computeroutput">ostream_ymd_formatter</code> public static functions</h3>
+<a name="idp194092688"></a><h3>
+<a name="idp514670752-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="idp495506320-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="idp514671312-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>