Tatooine
tatooine
weak_field_concept
tatooine::weak_field_concept Concept Reference
#include <
field_concept.h
>
Concept definition
template
<
typename
T,
typename
Real, std::
size_t
NumDimensions>
concept
tatooine::weak_field_concept
=
requires
(T f, vec<Real, NumDimensions> x, Real t) {
{ f(x, t) } ;
}
tatooine::weak_field_concept
Definition:
field_concept.h:11
Generated by
1.9.5