ezp
Loading...
Searching...
No Matches
ezp::full_container_t Concept Reference
Concept definition
template
<
typename
T>
concept
ezp::full_container_t
=
requires
(T t) {
requires
index_t
<
decltype
(t.n_rows)> &&
index_t
<
decltype
(t.n_cols)> &&
has_data_pointer<T>
; }
ezp::full_container_t
Definition
abstract_solver.hpp:47
ezp::has_data_pointer
Definition
abstract_solver.hpp:45
ezp::index_t
Definition
abstract_solver.hpp:35
ezp
full_container_t
Generated by
1.9.8