XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
string.hpp File Reference

specializations of std::basic_string for advanced and common string handling More...

+ Include dependency graph for string.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::xstring< _ChT >
 Extends std::string with some added functionality. More...
 
class  xtd::xstring< _ChT >
 Extends std::string with some added functionality. More...
 

Namespaces

 xtd
 The main namespace of the XTL library.
 

Typedefs

using xtd::string = xstring< char >
 
using xtd::tstring = xstring< tchar >
 
using xtd::wstring = xstring< wchar_t >
 

Detailed Description

specializations of std::basic_string for advanced and common string handling

Definition in file string.hpp.