Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Denable_special_members.h50 struct _Enable_default_constructor in _GLIBCXX_VISIBILITY() struct
58 operator=(_Enable_default_constructor const&) noexcept = default; in _GLIBCXX_VISIBILITY()
60 operator=(_Enable_default_constructor&&) noexcept = default; in _GLIBCXX_VISIBILITY()
64 _Enable_default_constructor(_Enable_default_constructor_tag) { } in _GLIBCXX_VISIBILITY() argument