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

#include <concepts.hpp>

Concept definition

template<typename T>
&& same_as<remove_const_t<typename T::element_type>, typename T::element_type> && T::is_always_unique()
Definition concepts.hpp:127
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:19
static constexpr bool value
Definition integral_constant.hpp:10