aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
types.h File Reference

Provides basic types used in aGrUM. More...

#include <climits>
#include <cstddef>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Provides basic types used in aGrUM.

Warning
Do not include this file directly : instead include <agrum/config.h>.
Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file types.h.

Macro Definition Documentation

◆ GUM_NODISCARD