Struct ops

Struct Documentation

struct ops

Standard operator tags on sizes.

  • leq: <=

  • geq: >=

  • lt : <

  • gt : >

  • eq : ==

  • neq: !=

Public Types

using leq = op_tag<std::less_equal<>>
using geq = op_tag<std::greater_equal<>>
using lt = op_tag<std::less<>>
using gt = op_tag<std::greater<>>
using eq = op_tag<std::equal_to<>>
using neq = op_tag<std::not_equal_to<>>