![]() |
Bitcoin Core 31.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 365 of file miniscript.h.
|
inline |
Definition at line 371 of file miniscript.h.
|
inline |
Definition at line 372 of file miniscript.h.
|
inline |
Definition at line 374 of file miniscript.h.
|
inline |
Definition at line 375 of file miniscript.h.
Definition at line 377 of file miniscript.h.
Definition at line 382 of file miniscript.h.
|
private |
Definition at line 367 of file miniscript.h.
|
private |
Definition at line 368 of file miniscript.h.