16namespace sequoia::maths::impl
20 template<
class T, std::
size_t N>
struct static_storage<std::array<T, N>> : std::true_type
22 constexpr static std::size_t size()
noexcept {
return N; }
28 std::allocator_traits<typename C::allocator_type>::propagate_on_container_swap::value
29 || std::allocator_traits<typename C::allocator_type>::is_always_equal::value
34 requires has_allocator_type_v<C>
Concepts which are sufficiently general to appear in the sequoia namespace.
Definition: MonotonicSequenceDetails.hpp:31
Definition: MonotonicSequenceDetails.hpp:18