diff options
Diffstat (limited to 'docs/api_reference/STL/DbstlElemTraits.html')
| -rw-r--r-- | docs/api_reference/STL/DbstlElemTraits.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api_reference/STL/DbstlElemTraits.html b/docs/api_reference/STL/DbstlElemTraits.html index e51febb8..3998a87c 100644 --- a/docs/api_reference/STL/DbstlElemTraits.html +++ b/docs/api_reference/STL/DbstlElemTraits.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -48,7 +48,7 @@ <p>The callbacks need not be set to every type explicitly. . dbstl will check if a needed callback function of this type is provided. If one is available, dbstl will use the registered callback. If the appropriate callback is not provided, dbstl will use reasonable defaults to do the job.</p> <p>For returning the size of an object, the default behavior is to use the sizeof() operator; For marshalling and unmarshalling, dbstl uses memcpy, so the default behavior is sufficient for simple types whose data reside in a contiguous chunk of memory; Dbstl uses uses >, == and < for comparison operations; For char* and wchar_t * strings, dbstl already provides the appropriate callbacks, so you do not need to register them. In general, if the default behavior is adequate, you don't need to register the corresponding callback.</p> <p>If you have registered proper callbacks, the DbstlElemTraits<T> can also be used as the char_traits<T> class for std::basic_string<T, char_traits<T> >, and you can enable your class T to form a basic_string<T, DbstlElemTraits<T>>, and use basic_string's functionality and the algorithms to manipulate it. </p> - <h4><a id="idp1360912"></a> Public Members </h4> + <h4><a id="idp1216424"></a> Public Members </h4> <div class="informaltable"> <table border="1" width="80%"> <colgroup> @@ -303,7 +303,7 @@ </tbody> </table> </div> - <h4><a id="idp1229024"></a> + <h4><a id="idp1234912"></a> Group</h4> <p> <a class="xref" href="dbstl_helper_classes.html" title="Chapter 21. Dbstl Helper Classes"> @@ -342,7 +342,7 @@ static T* assign(T *seq, size_t cnt, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp1399400"></a>Group: Interface compatible with std::string's char_traits.</h3> + <h3 class="title"><a id="idp1232912"></a>Group: Interface compatible with std::string's char_traits.</h3> </div> </div> </div> @@ -352,7 +352,7 @@ static T* assign(T *seq, size_t cnt, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp1399976"></a>Class</h3> + <h3 class="title"><a id="idp1233488"></a>Class</h3> </div> </div> </div> |
