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

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

#include <MeshConversion.hpp>

Concept definition

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

Detailed Description

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