This is the complete list of members for di::StrongInt< Tag >, including all inherited members.
operator+(StrongInt a, Type b) -> StrongInt | di::StrongInt< Tag > | friend |
operator+(StrongInt a, SSizeType b) -> StrongInt requires(!concepts::SameAs< SSizeType, Type >) | di::StrongInt< Tag > | friend |
operator+(Type a, StrongInt b) -> StrongInt | di::StrongInt< Tag > | friend |
operator+(SSizeType a, StrongInt b) -> StrongInt requires(!concepts::SameAs< SSizeType, Type >) | di::StrongInt< Tag > | friend |
operator++() -> StrongInt & | di::StrongInt< Tag > | inline |
operator++(int) -> StrongInt | di::StrongInt< Tag > | inline |
operator+=(Type x) -> StrongInt & | di::StrongInt< Tag > | inline |
operator+=(SSizeType x) -> StrongInt &requires(!concepts::SameAs< SSizeType, Type >) | di::StrongInt< Tag > | inline |
operator-(StrongInt a, Type b) -> StrongInt | di::StrongInt< Tag > | friend |
operator-(StrongInt a, SSizeType b) -> StrongInt requires(!concepts::SameAs< SSizeType, Type >) | di::StrongInt< Tag > | friend |
operator-(Type a, StrongInt b) -> StrongInt | di::StrongInt< Tag > | friend |
operator-(SSizeType a, StrongInt b) -> StrongInt requires(!concepts::SameAs< SSizeType, Type >) | di::StrongInt< Tag > | friend |
operator-(StrongInt a, StrongInt b) -> SSizeType | di::StrongInt< Tag > | friend |
operator--() -> StrongInt & | di::StrongInt< Tag > | inline |
operator--(int) -> StrongInt | di::StrongInt< Tag > | inline |
operator-=(Type x) -> StrongInt & | di::StrongInt< Tag > | inline |
operator-=(SSizeType x) -> StrongInt &requires(!concepts::SameAs< SSizeType, Type >) | di::StrongInt< Tag > | inline |
operator<=>(StrongInt a, StrongInt b) -> di::strong_ordering | di::StrongInt< Tag > | friend |
operator==(StrongInt a, StrongInt b) -> bool | di::StrongInt< Tag > | friend |
raw_value() const -> Type | di::StrongInt< Tag > | inline |
SSizeType typedef | di::StrongInt< Tag > | |
StrongInt()=default | di::StrongInt< Tag > | |
StrongInt(Type value) | di::StrongInt< Tag > | inlineexplicit |
tag_invoke(types::Tag< format::formatter_in_place >, InPlaceType< StrongInt >, FormatParseContext< Enc > &parse_context, bool debug) | di::StrongInt< Tag > | friend |
Type typedef | di::StrongInt< Tag > |