#include <sleipnir/util/small_vector.hpp>
template<
typename T,
typename X,
typename A typename std::conditional_t<
requires {
typename X::allocator_type; },
typename X::allocator_type, std::allocator<T>>>
Definition small_vector.hpp:153
Definition small_vector.hpp:124
IntrusiveSharedPtr< T > AllocateIntrusiveShared(Alloc alloc, Args &&... args)
Definition IntrusiveSharedPtr.hpp:275