Macros
base/concepts.h File Reference
#include <gtsam/config.h>
Include dependency graph for base/concepts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GTSAM_CONCEPT_ASSERT(concept)   static_assert(true, "")
 
#define GTSAM_CONCEPT_REQUIRES(concept, return_type)   return_type
 
#define GTSAM_CONCEPT_USAGE(concept)   void check##concept()
 

Macro Definition Documentation

◆ GTSAM_CONCEPT_ASSERT

#define GTSAM_CONCEPT_ASSERT (   concept)    static_assert(true, "")

Definition at line 25 of file base/concepts.h.

◆ GTSAM_CONCEPT_REQUIRES

#define GTSAM_CONCEPT_REQUIRES (   concept,
  return_type 
)    return_type

Definition at line 26 of file base/concepts.h.

◆ GTSAM_CONCEPT_USAGE

#define GTSAM_CONCEPT_USAGE (   concept)    void check##concept()

Definition at line 23 of file base/concepts.h.



gtsam
Author(s):
autogenerated on Wed Mar 19 2025 03:09:06