sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::can_any_allocator_sbo Concept Reference

#include <allocator.hpp>

Concept definition

template<class A, class T>
&& (std::same_as<A, std::allocator<T>>
|| std::same_as<A, std::pmr::polymorphic_allocator<T>>)

Detailed Description

Definition at line 53 of file allocator.hpp.