Celeritas  0.5.0-56+6b053cd
Public Types | Public Attributes | List of all members
celeritas::testdetail::FailedValue< T1, T2 > Struct Template Reference

A single index/expected/actual value. More...

#include <TestMacrosImpl.hh>

Public Types

using size_type = std::size_t
 
using first_type = T1
 
using second_type = T2
 

Public Attributes

size_type index
 
first_type expected
 
second_type actual
 

Detailed Description

template<class T1, class T2>
struct celeritas::testdetail::FailedValue< T1, T2 >

A single index/expected/actual value.


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