Skip to content

Function floor_div

function floor_div(long long, long long) meta

Parameters
a dividend
b divisor (must be non-zero)
Returns
quotient and remainder with rem in [0, b)

Fully qualified name: kfr::floor_div(long long, long long)

Declared at meta.hpp:845

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.