tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::linalg::out_vector Concept Reference

#include <exposition.hpp>

Concept definition

template<typename T>
concept etl::linalg::out_vector = is_mdspan_v<T>
and T::rank() == 1
and T::is_always_unique()
Definition exposition.hpp:117
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:20
and
Definition incrementable_traits.hpp:40