Standard LibraryMathMathematical FunctionsTypesimaxdiv_tOn this pagestd::imaxdiv_t Description Structure type, return of the std::div function Declarations struct imaxdiv_t { std::intmax_t quot; std::intmax_t rem; }; or struct imaxdiv_t { std::intmax_t rem; std::intmax_t quot; };
Standard LibraryMathMathematical FunctionsTypesimaxdiv_tOn this pagestd::imaxdiv_t Description Structure type, return of the std::div function Declarations struct imaxdiv_t { std::intmax_t quot; std::intmax_t rem; }; or struct imaxdiv_t { std::intmax_t rem; std::intmax_t quot; };