ReactOS 0.4.15-dev-7788-g1ad9096
_string_fwd.h File Reference
#include <stl/_iosfwd.h>
Include dependency graph for _string_fwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef basic_string< char, char_traits< char >, allocator< char > > string
 

Functions

_STLP_MOVE_TO_PRIV_NAMESPACE const char *_STLP_CALL __get_c_string (const string &__str)
 

Typedef Documentation

◆ string

Definition at line 40 of file _string_fwd.h.

Function Documentation

◆ __get_c_string()

_STLP_MOVE_TO_PRIV_NAMESPACE const char *_STLP_CALL __get_c_string ( const string __str)
inline

Definition at line 1163 of file _string.h.

1163{ return __str.c_str(); }
const _CharT * c_str() const
Definition: _string.h:949

Referenced by __Named_exception::__Named_exception().