ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
Loading...
Searching...
No Matches
ezp::has_data_method Concept Reference
Concept definition
template
<
typename
T>
concept
ezp::has_data_method
=
requires
(T t) {
requires
data_t
<std::remove_pointer_t<
decltype
(t.data())>>; }
ezp::data_t
Definition
traits.hpp:34
ezp::has_data_method
Definition
traits.hpp:39
ezp
has_data_method
Generated by
1.9.8