Skip to content

Function is_even

function is_even(T) meta

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

Returns

true if x is even

Fully qualified name: kfr::is_even(T)

Declared at meta.hpp:791

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