Template Struct binary_traits

Struct Documentation

template<typename L, typename R>
struct binary_traits

Public Types

using Add = void
using Sub = void
using Mul = void
using Div = void
using Mod = void
using CmpEq = void
using CmpNEq = void
using CmpLT = void
using CmpLE = void
using CmpGT = void
using CmpGE = void