Function is_divisible¶
function is_divisible(T, T) meta¶
template <typename T>
constexpr KFR_INTRINSIC bool is_divisible(T x, T divisor) noexcept { … }
| T | integer type |
| x | dividend |
| divisor | divisor (must be non-zero) |
Fully qualified name: kfr::is_divisible(T, T)
Declared at meta.hpp:836
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.