MeshKernel
Loading...
Searching...
No Matches
meshkernel::HasTransformationProjection Concept Reference

Ensure any instantiation of the MeshTransformation Compute function is able to determine the projection. More...

#include <MeshTransformation.hpp>

Concept definition

template<typename Function>
concept meshkernel::HasTransformationProjection = requires(Function op) {{ op.TransformationProjection()} -> std::same_as<Projection>; }
Ensure any instantiation of the MeshTransformation Compute function is able to determine the projecti...
Definition MeshTransformation.hpp:50

Detailed Description

Ensure any instantiation of the MeshTransformation Compute function is able to determine the projection.