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

#include <concepts.hpp>

Concept definition

template<typename T>
&& (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:178
constexpr bool is_same_v
Definition is_same.hpp:24
static constexpr Type value
Definition integral_constant.hpp:11