Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Denable_special_members.h53 struct _Enable_default_constructor in _GLIBCXX_VISIBILITY() struct
61 operator=(_Enable_default_constructor const&) noexcept = default; in _GLIBCXX_VISIBILITY()
63 operator=(_Enable_default_constructor&&) noexcept = default; in _GLIBCXX_VISIBILITY()
67 _Enable_default_constructor(_Enable_default_constructor_tag) { } in _GLIBCXX_VISIBILITY() function