ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< strings::util::Token, alib::character > Struct Reference

Description:


Specialization of functor T_Append for type Token .

Definition at line 552 of file token.hpp.

#include <token.hpp>

Public Method Index:

ALIB_API void operator() (AString &target, const strings::util::Token &src)
 

Method Details:

◆ operator()()

ALIB_API void operator() ( AString & target,
const strings::util::Token & src )

Appends the result of Token::GetRawName to the target .
If the token is defined CamelCase and the last minimum segment length given is 0, then the last character written is converted to lower case.

See also
Documentation of class Token , section Omitable Last Camel Hump, for more information about why the character conversion to lower case might be performed.
Parameters
targetThe AString that method Append was invoked on.
srcThe Token to append.

The documentation for this struct was generated from the following file: