Skip to content

intx::div_result

More...

#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

template <typename QuotT ,
typename RemT  =QuotT>
struct intx::div_result;

Division.

Public Functions Documentation

function operator std::tuple< QuotT &, RemT & >

inline constexpr operator std::tuple< QuotT &, RemT & >()

Conversion to tuple of references, to allow usage with std::tie().

Public Attributes Documentation

variable quot

QuotT quot;

variable rem

RemT rem;

Updated on 2026-04-13 at 23:22:46 -0700