intx::div_result¶
#include <intx.hpp>
Public Functions¶
| Name | |
|---|---|
| constexpr | operator std::tuple< QuotT &, RemT & >() Conversion to tuple of references, to allow usage with std::tie(). |
Public Attributes¶
| Name | |
|---|---|
| QuotT | quot |
| RemT | rem |
Detailed Description¶
Division.
Public Functions Documentation¶
function operator std::tuple< QuotT &, RemT & >¶
Conversion to tuple of references, to allow usage with std::tie().
Public Attributes Documentation¶
variable quot¶
variable rem¶
Updated on 2026-04-13 at 23:22:46 -0700