libstdc++: std::__detail::_Quoted_string< _String, _CharT > Struct Template Reference (original) (raw)
#include <[quoted_string.h](a00638%5Fsource.html)>
Public Attributes | |
---|---|
_CharT | _M_delim |
_CharT | _M_escape |
_String | _M_string |
Detailed Description
template<typename _String, typename _CharT>
struct std::__detail::_Quoted_string< _String, _CharT >
Struct for delimited strings.
Definition at line 49 of file quoted_string.h.
Constructor & Destructor Documentation
template<typename _String , typename _CharT >
Member Data Documentation
◆ _M_delim
template<typename _String , typename _CharT >
◆ _M_escape
template<typename _String , typename _CharT >
◆ _M_string
template<typename _String , typename _CharT >
The documentation for this struct was generated from the following file: