A concept matching all quantity point origins in the library

Synopsis

Declared in <mp‐units/framework/quantity_point_concepts.h>

template<typename T>
concept PointOrigin = std::derived_from<T, detail::point_origin_interface> && detail::SymbolicConstant<T>;

Description

Satisfied by either quantity points or by all types derived from absolute_point_origin class template.

Created with MrDocs