![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Provides basic types used in aGrUM. More...
#include <climits>#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Macros | |
| #define | GUM_NODISCARD [[nodiscard]] |
Typedefs | |
| using | gum::Size = std::size_t |
| In aGrUM, hashed values are unsigned long int. | |
| using | gum::Idx = Size |
| Type for indexes. | |
Provides basic types used in aGrUM.
Definition in file types.h.
| #define GUM_NODISCARD [[nodiscard]] |
Definition at line 61 of file types.h.
Referenced by gum::Exception::errorCallStack(), gum::Exception::errorContent(), gum::Exception::errorType(), gum::Arc::first(), gum::Edge::first(), gum::Arc::head(), gum::BNWriter< GUM_SCALAR >::isModificationAllowed(), gum::Arc::other(), gum::Edge::other(), gum::Arc::second(), gum::Edge::second(), gum::Arc::tail(), and gum::Exception::what().