#include <Testable.h>
Public Member Functions | |
BOOST_CONCEPT_USAGE (IsTestable) | |
Private Attributes | |
bool | r1 |
bool | r2 |
T | t |
A testable concept check that should be placed in applicable unit tests and in generic algorithms.
See macros for details on using this structure
T | is the objectype this constrains to be testable - assumes print() and equals() |
Definition at line 59 of file Testable.h.
|
inline |
Definition at line 64 of file Testable.h.
|
private |
Definition at line 61 of file Testable.h.
|
private |
Definition at line 61 of file Testable.h.
|
private |
Definition at line 60 of file Testable.h.