libstdc++
|
Public Member Functions | |
_Quoted_string (_String __str, _CharT __del, _CharT __esc) | |
static_assert (is_reference< _String >::value||is_pointer< _String >::value,"String type must be pointer or reference") | |
Public Attributes | |
_CharT | _M_delim |
_CharT | _M_escape |
_String | _M_string |
Struct for delimited strings.
Definition at line 49 of file quoted_string.h.