![]() |
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) | |
Public Attributes | |
| const bool | valid |
| const 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 368 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.
| const bool miniscript::internal::MaxInt< I >::valid |
Definition at line 369 of file miniscript.h.
| const I miniscript::internal::MaxInt< I >::value |
Definition at line 370 of file miniscript.h.