Go to the documentation of this file. 11 #ifdef GTSAM_USE_BOOST_FEATURES 12 #include <boost/concept_check.hpp> 13 #include <boost/concept/assert.hpp> 14 #include <boost/concept/requires.hpp> 15 #include <boost/concept_check.hpp> 16 #define GTSAM_CONCEPT_ASSERT(concept) BOOST_CONCEPT_ASSERT((concept)) 17 #define GTSAM_CONCEPT_REQUIRES(concept, return_type) BOOST_CONCEPT_REQUIRES(((concept)), (return_type)) 20 #define BOOST_CONCEPT_USAGE(concept) void check##concept() 22 #define GTSAM_CONCEPT_ASSERT(concept) static_assert(true, "") 23 #define GTSAM_CONCEPT_REQUIRES(concept, return_type) return_type
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:34:03