Skip to content

Function is_odd

function is_odd(T) meta

template <typename T>
constexpr KFR_INTRINSIC bool is_odd(T x) noexcept { … }

Returns

true if x is odd

Fully qualified name: kfr::is_odd(T)

Declared at meta.hpp:798

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