Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dalloc_traits.h50 struct __alloc_traits in _GLIBCXX_VISIBILITY() struct
55 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
57 typedef std::allocator_traits<_Alloc> _Base_type; in _GLIBCXX_VISIBILITY()
58 typedef typename _Base_type::value_type value_type; in _GLIBCXX_VISIBILITY()
59 typedef typename _Base_type::pointer pointer; in _GLIBCXX_VISIBILITY()
60 typedef typename _Base_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()
61 typedef typename _Base_type::size_type size_type; in _GLIBCXX_VISIBILITY()
62 typedef typename _Base_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()
64 typedef value_type& reference; in _GLIBCXX_VISIBILITY()
65 typedef const value_type& const_reference; in _GLIBCXX_VISIBILITY()
[all …]