Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dallocated_ptr.h46 struct __allocated_ptr in _GLIBCXX_VISIBILITY() struct
48 using pointer = typename allocator_traits<_Alloc>::pointer; in _GLIBCXX_VISIBILITY()
49 using value_type = typename allocator_traits<_Alloc>::value_type; in _GLIBCXX_VISIBILITY()
52 __allocated_ptr(_Alloc& __a, pointer __ptr) noexcept in _GLIBCXX_VISIBILITY() argument
59 __allocated_ptr(_Alloc& __a, _Ptr __ptr) in _GLIBCXX_VISIBILITY() function
65 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY() function
70 ~__allocated_ptr() in _GLIBCXX_VISIBILITY()
85 value_type* get() { return std::__to_address(_M_ptr); } in _GLIBCXX_VISIBILITY()
89 pointer _M_ptr; in _GLIBCXX_VISIBILITY()