Requirements on type to pass it to Testable template below. More...
#include <Testable.h>
Public Member Functions | |
| GTSAM_CONCEPT_USAGE (HasTestablePrereqs) | |
Public Attributes | |
| bool | b |
| T * | s |
| std::string | str |
| T * | t |
| double | tol |
Requirements on type to pass it to Testable template below.
Definition at line 135 of file Testable.h.
|
inline |
Definition at line 137 of file Testable.h.
| bool gtsam::HasTestablePrereqs< T >::b |
Definition at line 143 of file Testable.h.
| T * gtsam::HasTestablePrereqs< T >::s |
Definition at line 142 of file Testable.h.
| std::string gtsam::HasTestablePrereqs< T >::str |
Definition at line 145 of file Testable.h.
| T* gtsam::HasTestablePrereqs< T >::t |
Definition at line 142 of file Testable.h.
| double gtsam::HasTestablePrereqs< T >::tol |
Definition at line 144 of file Testable.h.