Go to the source code of this file.
Macros | |
#define | BOOST_CONCEPT_USAGE(concept) void check##concept() |
#define | GTSAM_CONCEPT_ASSERT(concept) static_assert(true, "") |
#define | GTSAM_CONCEPT_REQUIRES(concept, return_type) return_type |
#define BOOST_CONCEPT_USAGE | ( | concept | ) | void check##concept() |
Definition at line 20 of file base/concepts.h.
#define GTSAM_CONCEPT_ASSERT | ( | concept | ) | static_assert(true, "") |
Definition at line 22 of file base/concepts.h.
#define GTSAM_CONCEPT_REQUIRES | ( | concept, | |
return_type | |||
) | return_type |
Definition at line 23 of file base/concepts.h.