![]() |
Bitcoin Core
24.1.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 240 of file miniscript.h.
|
inline |
Definition at line 244 of file miniscript.h.
|
inline |
Definition at line 245 of file miniscript.h.
Definition at line 247 of file miniscript.h.
Definition at line 252 of file miniscript.h.
| const bool miniscript::internal::MaxInt< I >::valid |
Definition at line 241 of file miniscript.h.
| const I miniscript::internal::MaxInt< I >::value |
Definition at line 242 of file miniscript.h.
1.8.14