Home
last modified time | relevance | path

Searched defs:_Quoted_string (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dquoted_string.h49 struct _Quoted_string in _GLIBCXX_VISIBILITY() struct
55 _Quoted_string(_String __str, _CharT __del, _CharT __esc) in _GLIBCXX_VISIBILITY() argument
60 operator=(_Quoted_string&) = delete; in _GLIBCXX_VISIBILITY()
62 _String _M_string; in _GLIBCXX_VISIBILITY()
63 _CharT _M_delim; in _GLIBCXX_VISIBILITY()
64 _CharT _M_escape; in _GLIBCXX_VISIBILITY()