std::__detail::_Quoted_string< _String, _CharT >
Struct for delimited strings.
- Provided by: libstdc++-9-doc (Version: 9.5.0-6ubuntu2.1)
- Source: gcc-9
- Report a bug
Struct for delimited strings.
#include <quoted_string.h>
_Quoted_string (_String __str, _CharT __del,
_CharT __esc)
_Quoted_string & operator= (_Quoted_string
&)=delete
_CharT _M_delim
_CharT _M_escape
_String _M_string
struct std::__detail::_Quoted_string< _String, _CharT >"Struct for delimited strings.
Definition at line 49 of file quoted_string.h.
Definition at line 55 of file quoted_string.h.
Definition at line 63 of file quoted_string.h.
Definition at line 64 of file quoted_string.h.
Definition at line 62 of file quoted_string.h.
Generated automatically by Doxygen for libstdc++ from the source code.