mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
docs: workind in one of the comments fixed
This commit is contained in:
@@ -60,7 +60,7 @@ concept AbsolutePointOrigin =
|
|||||||
/**
|
/**
|
||||||
* @brief A concept matching all quantity points in the library
|
* @brief A concept matching all quantity points in the library
|
||||||
*
|
*
|
||||||
* Satisfied by all types being a either specialization or derived from `quantity_point`
|
* Satisfied by all types being either a specialization or derived from `quantity_point`
|
||||||
*/
|
*/
|
||||||
template<typename T>
|
template<typename T>
|
||||||
concept QuantityPoint = detail::is_quantity_point<T>;
|
concept QuantityPoint = detail::is_quantity_point<T>;
|
||||||
|
Reference in New Issue
Block a user