Template Struct span_copyable

Struct Documentation

template<class T, std::size_t E, class U, std::size_t N>
struct span_copyable

Public Static Attributes

static constexpr bool value = (N == boost::dynamic_extent || span_capacity<E, N>::value) && span_convertible<U, T>::value