kassert  0.2.2
Assertion library for KaMPIng
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Ckassert::internal::DecomposerDecomposes an expression (see group description)
 Cstd::exceptionSTL class
 Ckassert::KassertExceptionThe default exception type used together with THROWING_KASSERT. Reports the erroneous expression together with a custom error message
 Ckassert::internal::ExpressionInterface for decomposed unary and binary expressions
 Ckassert::internal::BinaryExpression< LhsT, RhsT >A decomposed binary expression
 Ckassert::internal::UnaryExpression< LhsT >Decomposed unary expression
 Cstd::false_type
 Ckassert::internal::AlwaysFalse< T >Type trait that is always false, to implement static_asserts that always fail, thus preventing a template function from being instanciated. Used to forbid calling the overloads of && and ||
 Ckassert::internal::is_streamable_type_impl< typename, typename, typename >
 Ckassert::internal::LhsExpression< LhsT >The left hand size of a decomposed expression. This can either be turned into a BinaryExpr if an operand or relation follows, or into a UnaryExpr otherwise
 Ckassert::Logger< StreamT >Simple wrapper for output streams that is used to stringify values in assertions and exceptions
 Ckassert::internal::SourceLocationDescribes a source code location
 Cstd::true_type
 Ckassert::internal::is_streamable_type_impl< StreamT, ValueT, std::void_t< decltype(std::declval< StreamT & >()<< std::declval< ValueT >())> >