typedef get_measurement_system - kwikius/pqs GitHub Wiki
Return the measurement_system of an entity
#include pqs/concepts/associated/get_measurement_system.hpp
typename | model of | notes |
---|---|---|
Sm | measurement_system | |
T | unspecified |
typefunction | result | notes |
---|---|---|
get_measurement_system< T > | Sm | std::remove_cvref_t is applied to T |
typestruct | result | notes |
---|---|---|
impl::get_measurement_system_impl< T > | Sm | customisation |