Go to the documentation of this file.
11 #include <gtsam/config.h>
13 #if GTSAM_USE_BOOST_FEATURES
14 #include <boost/concept_check.hpp>
15 #include <boost/concept/assert.hpp>
16 #include <boost/concept/requires.hpp>
17 #include <boost/concept_check.hpp>
18 #define GTSAM_CONCEPT_ASSERT(concept) BOOST_CONCEPT_ASSERT((concept))
19 #define GTSAM_CONCEPT_REQUIRES(concept, return_type) BOOST_CONCEPT_REQUIRES(((concept)), (return_type))
20 #define GTSAM_CONCEPT_USAGE BOOST_CONCEPT_USAGE
23 #define GTSAM_CONCEPT_USAGE(concept) void check##concept()
25 #define GTSAM_CONCEPT_ASSERT(concept) static_assert(true, "")
26 #define GTSAM_CONCEPT_REQUIRES(concept, return_type) return_type
gtsam
Author(s):
autogenerated on Wed Mar 19 2025 03:01:25