Synopsis

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

[[nodiscard]]
constexpr
QuantityOf<quantity_spec> auto
operator++(int)
requires requires(rep& v) {
      { v++ } ‐> std::common_with<rep>;
    };

Created with MrDocs