Skip to content

Function assertion_failed

function assertion_failed(const std::string &, const char *, int) test

inline void assertion_failed(const std::string& string, const char* file, int line)

Prints a failed assertion to stderr.

Parameters
string Human-readable description of the failed comparison.
file Name of the source file where the assertion was evaluated.
line One-based line number within file.

Fully qualified name: kfr::assertion_failed(const std::string &, const char *, int)

Declared at test/assert.hpp:44

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.