HomeSort by: relevance | last modified time | path
    Searched defs:allocator_arg_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
uses_allocator.h 56 struct allocator_arg_t { explicit allocator_arg_t() = default; }; struct
58 _GLIBCXX17_INLINE constexpr allocator_arg_t allocator_arg =
59 allocator_arg_t();
96 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>::value,
103 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>,
141 __or_<_Predicate<_Tp, allocator_arg_t, _Alloc, _Args...>,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
uses_allocator.h 51 struct allocator_arg_t { explicit allocator_arg_t() = default; }; struct
53 _GLIBCXX17_INLINE constexpr allocator_arg_t allocator_arg =
54 allocator_arg_t();
91 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>::value,
98 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>,
136 __or_<_Predicate<_Tp, allocator_arg_t, _Alloc, _Args...>,

Completed in 16 milliseconds