NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
NeoN::dsl::HasExplicitOperator Concept Reference

#include <spatialOperator.hpp>

Concept definition

template<typename T>
concept NeoN::dsl::HasExplicitOperator = requires(T t) {
{
t.explicitOperation(std::declval<Vector<typename T::VectorValueType>&>())
} -> std::same_as<void>;
}

Detailed Description

Definition at line 21 of file spatialOperator.hpp.