MT Core (C++)
Core library for replacing C++ standard in project usage
|
Result of comparing left and right (retains value references for debug printing) More...
#include <mttest.hpp>
Public Attributes | |
const L & | left |
const R & | right |
bool | res |
Result of comparing left and right (retains value references for debug printing)
Definition at line 89 of file mttest.hpp.
const L& mttest::CmpRes< L, R >::left |
Definition at line 90 of file mttest.hpp.
bool mttest::CmpRes< L, R >::res |
Definition at line 92 of file mttest.hpp.
const R& mttest::CmpRes< L, R >::right |
Definition at line 91 of file mttest.hpp.