Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <util/check.h>
#include <bitcoin-build-config.h>
#include <clientversion.h>
#include <tinyformat.h>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <string_view>
Go to the source code of this file.
Functions | |
std::string | StrFormatInternalBug (std::string_view msg, std::string_view file, int line, std::string_view func) |
void | assertion_fail (std::string_view file, int line, std::string_view func, std::string_view assertion) |
Helper for Assert() More... | |
void assertion_fail | ( | std::string_view | file, |
int | line, | ||
std::string_view | func, | ||
std::string_view | assertion | ||
) |