template<typename T>
bpf::collection::ops::GreaterOrEqual class

Template parameters
T the type of value to compare

Contents

Default greater-or-equal operator

Public static functions

static auto Eval(const T& a, const T& b) -> bool