Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc74 struct _Scoped_str in _M_cache() struct
76 size_t _M_len; in _M_cache()
77 _CharT* _M_str; in _M_cache()
80 _Scoped_str(const basic_string<_CharT>& __str) in _M_cache() argument
84 ~_Scoped_str() { delete[] _M_str; } in _M_cache()
87 _M_release(const _CharT*& __p, size_t& __n) in _M_cache()