Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / log / doc / html / boost / log / expressions / c_ascii_decor.html
index baef0bf..ccbef1c 100644 (file)
@@ -26,7 +26,7 @@
 
 </span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> c_ascii_decor<span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46436915750928"></a><h2>Description</h2>
+<a name="idm45554747193792"></a><h2>Description</h2>
 <p>C-style decorator generator object. Acts similarly to <code class="computeroutput">c_decor</code>, except that <code class="computeroutput">c_ascii_decor</code> also converts all non-ASCII and non-printable ASCII characters, except for space character, into C-style hexadecimal escape sequences. The generator provides <code class="computeroutput">operator[]</code> that can be used to construct the actual decorator. For example:</p>
 <p><code class="computeroutput"> c_ascii_decor[ stream &lt;&lt; attr&lt; std::string &gt;("MyAttr") ] </code></p>
 <p>For wide-character formatting there is the similar <code class="computeroutput">wc_ascii_decor</code> decorator generator object. </p>