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

#include <concepts.hpp>

Concept definition

template<typename T>
concept etl::linalg::out_object = detail::is_mdspan<T>::value && (T::rank() == 1 || T::rank() == 2)
&& is_same_v<remove_const_t<typename T::element_type>, typename T::element_type> && T::is_always_unique()
Definition concepts.hpp:167
typename remove_const< T >::type remove_const_t
Definition remove_const.hpp:23
constexpr bool is_same_v
Definition is_same.hpp:11
static constexpr bool value
Definition integral_constant.hpp:10