Standard LibraryMatematykaMathematical FunctionsTypesimaxdiv_tNa tej stroniestd::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 LibraryMatematykaMathematical FunctionsTypesimaxdiv_tNa tej stroniestd::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; };