Searched defs:alloc_first (Results 1 – 1 of 1) sorted by relevance
16 struct alloc_first struct24 alloc_first() : data_(0) {} in alloc_first() argument25 alloc_first(int d) : data_(d) {} in alloc_first() argument26 alloc_first(std::allocator_arg_t, const A1<int>& a) in alloc_first() function33 alloc_first(std::allocator_arg_t, const A1<int>& a, int d) in alloc_first() function40 alloc_first(std::allocator_arg_t, const A1<int>& a, const alloc_first& d) in alloc_first() function48 alloc_first& operator=(const alloc_first&) = default; argument49 ~alloc_first() {data_ = -1;} in ~alloc_first() argument