Public Member Functions | Private Attributes | List of all members
gtsam::IsTestable< T > Class Template Reference

#include <Testable.h>

Public Member Functions

 BOOST_CONCEPT_USAGE (IsTestable)
 

Private Attributes

bool r1
 
bool r2
 
T t
 

Detailed Description

template<class T>
class gtsam::IsTestable< 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

Template Parameters
Tis the objectype this constrains to be testable - assumes print() and equals()

Definition at line 59 of file Testable.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

template<class T >
gtsam::IsTestable< T >::BOOST_CONCEPT_USAGE ( IsTestable< T )
inline

Definition at line 64 of file Testable.h.

Member Data Documentation

◆ r1

template<class T >
bool gtsam::IsTestable< T >::r1
private

Definition at line 61 of file Testable.h.

◆ r2

template<class T >
bool gtsam::IsTestable< T >::r2
private

Definition at line 61 of file Testable.h.

◆ t

template<class T >
T gtsam::IsTestable< T >::t
private

Definition at line 60 of file Testable.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:46:22