Class endstone::Preconditions¶
ClassList > endstone > Preconditions
Public Static Functions¶
| Type | Name |
|---|---|
| void | checkArgument (bool condition, fmt::format_string< Args... > format, Args &&... args) |
| void | checkState (bool condition, fmt::format_string< Args... > format, Args &&... args) |
Public Static Functions Documentation¶
function checkArgument¶
template<typename... Args>
static inline void endstone::Preconditions::checkArgument (
bool condition,
fmt::format_string< Args... > format,
Args &&... args
)
function checkState¶
template<typename... Args>
static inline void endstone::Preconditions::checkState (
bool condition,
fmt::format_string< Args... > format,
Args &&... args
)
The documentation for this class was generated from the following file include/endstone/check.h