summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/gregorian_calendar_base.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/gregorian_calendar_base.html')
-rw-r--r--doc/html/boost/date_time/gregorian_calendar_base.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/html/boost/date_time/gregorian_calendar_base.html b/doc/html/boost/date_time/gregorian_calendar_base.html
index 57959da172..b39fb9456c 100644
--- a/doc/html/boost/date_time/gregorian_calendar_base.html
+++ b/doc/html/boost/date_time/gregorian_calendar_base.html
@@ -61,7 +61,20 @@
<p>This is a parameterized implementation of a proleptic Gregorian Calendar that can be used in the creation of date systems or just to perform calculations. All the methods of this class are static functions, so the intent is to never create instances of this class.
</p>
<div class="refsect2">
-<a name="id-1.3.14.15.3.27.3.4.3"></a><h3>
+<a name="id-1.3.14.15.3.27.3.4.3"></a><h3>Template Parameters</h3>
+<div class="orderedlist"><ol class="orderedlist" type="1">
+<li class="listitem">
+<pre class="literallayout"><span class="keyword">typename</span> ymd_type_</pre>
+<p>Struct type representing the year, month, day. The ymd_type must define a of types for the year, month, and day. These types need to be arithmetic types. </p>
+</li>
+<li class="listitem">
+<pre class="literallayout"><span class="keyword">typename</span> date_int_type_</pre>
+<p>Underlying type for the date count. Must be an arithmetic type. </p>
+</li>
+</ol></div>
+</div>
+<div class="refsect2">
+<a name="id-1.3.14.15.3.27.3.4.4"></a><h3>
<a name="id-1_3_14_15_3_27_1_1_1_9-bb"></a><code class="computeroutput">gregorian_calendar_base</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">unsigned</span> <span class="keyword">short</span> <a name="id-1_3_14_15_3_27_1_1_1_9_1-bb"></a><span class="identifier">day_of_week</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">ymd_type</span> <span class="special">&amp;</span> ymd<span class="special">)</span><span class="special">;</span></pre></li>