![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Template implementation file of gum::Sequence, a class for storing (ordered) sequences of objects. More...
#include <agrum/base/core/sequence.h>Go to the source code of this file.
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename Key, bool Gen> | |
| INLINE std::ostream & | gum::operator<< (std::ostream &stream, const SequenceImplementation< Key, Gen > &seq) |
| template<typename Key> | |
| INLINE std::ostream & | gum::operator<< (std::ostream &stream, const SequenceImplementation< Key, true > &seq) |
| template<typename Key> | |
| INLINE std::ostream & | gum::operator<< (std::ostream &stream, const Sequence< Key > &seq) |
| A << operator for displaying the content of the Sequence. | |
Template implementation file of gum::Sequence, a class for storing (ordered) sequences of objects.
Definition in file sequence_tpl.h.