Searched refs:dng_std_allocator (Results 1 – 1 of 1) sorted by relevance
546 class dng_std_allocator553 dng_std_allocator () = default;554 dng_std_allocator (const dng_std_allocator&) = default;555 template<typename U> dng_std_allocator (const dng_std_allocator<U>&) {} in dng_std_allocator() function574 bool operator== (const dng_std_allocator<T> &a1,575 const dng_std_allocator<T> &a2)581 bool operator!= (const dng_std_allocator<T> &a1,582 const dng_std_allocator<T> &a2)588 template <class T> using dng_std_vector = std::vector<T, dng_std_allocator<T> >;