kassert  0.2.2
Assertion library for KaMPIng
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nkassert
 Ninternal
 CAlwaysFalseType 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 ||
 CBinaryExpressionA decomposed binary expression
 CDecomposerDecomposes an expression (see group description)
 CExpressionInterface for decomposed unary and binary expressions
 Cis_streamable_type_impl
 Cis_streamable_type_impl< StreamT, ValueT, std::void_t< decltype(std::declval< StreamT & >()<< std::declval< ValueT >())> >
 CLhsExpressionThe 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
 CSourceLocationDescribes a source code location
 CUnaryExpressionDecomposed unary expression
 CKassertExceptionThe default exception type used together with THROWING_KASSERT. Reports the erroneous expression together with a custom error message
 CLoggerSimple wrapper for output streams that is used to stringify values in assertions and exceptions