template<typename T>
ct.meanPosition();
{ ct.meanPosition().barycenter() } -> std::convertible_to<typename T::VectorType>;
{
ct.meanPosition().barycenterDistance() } -> std::same_as<typename T::Scalar>;
}
Aggregator class used to declare specialized structures using CRTP.
Definition at line 57 of file concepts.h.