provides_constant Concept Reference#

DiFfRG: DiFfRG::provides_constant Concept Reference
DiFfRG
DiFfRG::provides_constant Concept Reference

#include <abstract_integrator.hh>

Concept definition

template<typename NT, typename KERNEL, typename... ARGS>
concept DiFfRG::provides_constant = requires(const ARGS &...args) {
{ KERNEL::constant(args...) } -> std::convertible_to<NT>;
}
Definition abstract_integrator.hh:46