Iros
 
Loading...
Searching...
No Matches
di::concepts::detail::ConstantVector Concept Reference

#include <di/container/vector/constant_vector.h>

Concept definition

template<typename T>
concept di::concepts::detail::ConstantVector = requires(T& lvalue, T const& clvalue) {
typename T::Value;
typename T::ConstValue;
lvalue.span();
clvalue.span();
}
Definition constant_vector.h:5