has_interpolator_methods Concept Reference#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
DiFfRG::has_interpolator_methods Concept Reference
Checks that an interpolator class provides the required methods (get_coordinates) and a call operator with the correct arity. More...
#include <interpolation.hh>
Concept definition
template<typename T>
t.get_coordinates();
}
Checks that an interpolator class provides the required methods (get_coordinates) and a call operator...
Definition interpolation.hh:22
Checks that an interpolator class provides the required type aliases (value_type, ctype).
Definition interpolation.hh:12
Definition types.hh:45
Detailed Description
Checks that an interpolator class provides the required methods (get_coordinates) and a call operator with the correct arity.
Generated by