Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_list.h166 struct _List_node : public __detail::_List_node_base in _GLIBCXX_VISIBILITY() struct
169 __gnu_cxx::__aligned_membuf<_Tp> _M_storage; in _GLIBCXX_VISIBILITY()
170 _Tp* _M_valptr() { return _M_storage._M_ptr(); } in _GLIBCXX_VISIBILITY()
171 _Tp const* _M_valptr() const { return _M_storage._M_ptr(); } in _GLIBCXX_VISIBILITY()