![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Class whose objects represent the maximum of a list of integers. More...
#include <miniscript.h>
Public Member Functions | |
| MaxInt () | |
| MaxInt (I val) | |
| bool | Valid () const |
| I | Value () const |
Private Attributes | |
| bool | valid |
| I | value |
Friends | |
| MaxInt< I > | operator+ (const MaxInt< I > &a, const MaxInt< I > &b) |
| MaxInt< I > | operator| (const MaxInt< I > &a, const MaxInt< I > &b) |
Class whose objects represent the maximum of a list of integers.
Definition at line 363 of file miniscript.h.
|
inline |
Definition at line 369 of file miniscript.h.
|
inline |
Definition at line 370 of file miniscript.h.
|
inline |
Definition at line 372 of file miniscript.h.
|
inline |
Definition at line 373 of file miniscript.h.
Definition at line 375 of file miniscript.h.
Definition at line 380 of file miniscript.h.
|
private |
Definition at line 365 of file miniscript.h.
|
private |
Definition at line 366 of file miniscript.h.