.. index:: pair: struct; rgpot::units::Dimension .. _doxid-structrgpot_1_1units_1_1_dimension: struct rgpot::units::Dimension ============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct Dimension { // fields std::array :target:`exponents` = {}; // methods Dimension :target:`operator*`(const Dimension& other) const; Dimension :target:`operator/`(const Dimension& other) const; Dimension :target:`pow`(double p) const; bool :target:`operator==`(const Dimension& other) const; bool :target:`operator!=`(const Dimension& other) const; std::string :target:`to_string`() const; };