micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
Loading...
Searching...
No Matches
micro_os_plus::micro_test_plus::detail::assertion< Expr_T > Struct Template Reference

An object used to pass assertion parameters to the evaluator. More...

#include <micro-os-plus/micro-test-plus.h>

Public Attributes

Expr_T expr {}
 
reflection::source_location location {}
 

Detailed Description

template<class Expr_T>
struct micro_os_plus::micro_test_plus::detail::assertion< Expr_T >

An object used to pass assertion parameters to the evaluator.

Definition at line 53 of file detail.h.

Member Data Documentation

◆ expr

template<class Expr_T >
Expr_T micro_os_plus::micro_test_plus::detail::assertion< Expr_T >::expr {}

Definition at line 55 of file detail.h.

◆ location

Definition at line 56 of file detail.h.


The documentation for this struct was generated from the following file: