Template Struct Quantity#
Defined in File pybind11Kquantities.h
Struct Documentation#
-
template<typename Value, typename Tag>
struct Quantity# Associates a C++ value with physical-quantity metadata for pybind11.
- Template Parameters:
Value – The scalar, vector, or matrix type holding the magnitude.
Tag – The quantity metadata tag used to select Pint units.
Public Types