Searched defs:__pair_constructor (Results 1 – 1 of 1) sorted by relevance
184 struct __pair_constructor { in __uses_allocator_construction_args() struct185 using _PairMutable = remove_cv_t<_Pair>; in __uses_allocator_construction_args()187 _LIBCPP_HIDDEN constexpr auto __do_construct(const _PairMutable& __pair) const { in __uses_allocator_construction_args()191 _LIBCPP_HIDDEN constexpr auto __do_construct(_PairMutable&& __pair) const { in __uses_allocator_construction_args()195 const _Alloc& __alloc_; in __uses_allocator_construction_args()196 _Type& __value_; in __uses_allocator_construction_args()198 …N constexpr operator _PairMutable() const { return __do_construct(std::forward<_Type>(__value_)); } in __uses_allocator_construction_args()