Loading [MathJax]/extensions/tex2jax.js
MeshKernel
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
meshkernel::HasTransformationFunction Concept Reference

Ensure any instantiation of the MeshTransformation Compute function is with the correct operation. More...

#include <MeshTransformation.hpp>

Concept definition

template<typename Function>
concept meshkernel::HasTransformationFunction = requires(Function op, Point p) {{ op(p)} -> std::same_as<Point>; }
Ensure any instantiation of the MeshTransformation Compute function is with the correct operation.
Definition MeshTransformation.hpp:46

Detailed Description

Ensure any instantiation of the MeshTransformation Compute function is with the correct operation.