kaycxx-assert
C++ assertion library
Loading...
Searching...
No Matches
Namespaces | Functions
assert_true.hpp File Reference

Defines the assert_true function. More...

#include <string_view>
#include <kaycxx/assert/assertion_error.hpp>
#include <kaycxx/assert/detail/source_location.hpp>
Include dependency graph for assert_true.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kaycxx
 Root namespace for kaycxx libraries.
 
namespace  kaycxx::assert
 Assertion functions and related types.
 

Functions

void kaycxx::assert::assert_true (bool actual, std::string_view reason={}, std::optional< std::source_location > location=KAYCXX_ASSERT_DEFAULT_SOURCE)
 Asserts that the argument is true.
 

Detailed Description

Defines the assert_true function.