TeDDy 4.1.0
Decision diagram library.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
teddy::ops::MAXB< M > Struct Template Reference

Same as MAX but short-circuits for M – should be faster. More...

#include <operators.hpp>

Inheritance diagram for teddy::ops::MAXB< M >:
teddy::details::make_nary< MAXB< M > > teddy::details::operation_info< 16, true >

Public Member Functions

auto constexpr operator() (int32 const l, int32 const r) const -> int32
 
- Public Member Functions inherited from teddy::details::make_nary< MAXB< M > >
auto constexpr operator() (int32 const t, Ts... ts) const -> int32
 

Additional Inherited Members

- Static Public Member Functions inherited from teddy::details::operation_info< 16, true >
static auto constexpr get_id () -> int32
 
static auto constexpr is_commutative () -> bool
 

Detailed Description

template<int32 M>
struct teddy::ops::MAXB< M >

Same as MAX but short-circuits for M – should be faster.

Template Parameters
Mmaximum of the domain of possible values

The documentation for this struct was generated from the following file: