Searched refs:container_type (Results 1 – 8 of 8) sorted by relevance
23 typedef Container container_type;24 typedef typename container_type::value_type value_type;25 typedef typename container_type::reference reference;26 typedef typename container_type::const_reference const_reference;27 typedef typename container_type::size_type size_type;30 container_type c;42 explicit stack(const container_type& c);43 explicit stack(container_type&& c);47 template <class Alloc> stack(const container_type& c, const Alloc& a);48 template <class Alloc> stack(container_type&& c, const Alloc& a);[all …]
23 typedef Container container_type;24 typedef typename container_type::value_type value_type;25 typedef typename container_type::reference reference;26 typedef typename container_type::const_reference const_reference;27 typedef typename container_type::size_type size_type;30 container_type c;42 explicit queue(const container_type& c);43 explicit queue(container_type&& c)50 queue(const container_type& c, const Alloc& a);52 queue(container_type&& c, const Alloc& a);[all …]
320 typedef Container container_type;343 typedef Container container_type;367 typedef Container container_type;
156 #define list_first_entry_by_type(head, container_type, member) \ argument157 container_of((head)->next, container_type, member)
51 typedef _Container container_type; typedef
61 typedef _Container container_type; typedef
40 using __maybe_const_container = __fmt_maybe_const<typename _Adaptor::container_type, _CharT>;