Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.h131 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct
133 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() argument
134 __sv_type _M_sv; in _GLIBCXX_VISIBILITY()