![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
template implementation of chained lists More...
#include <agrum/base/core/list.h>Go to the source code of this file.
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename Val> | |
| INLINE ListConstIterator< Val >::difference_type | gum::operator- (const ListConstIterator< Val > &iter1, const ListConstIterator< Val > &iter2) |
| For STL compliance, a distance operator. | |
| template<typename Val> | |
| INLINE ListConstIteratorSafe< Val >::difference_type | gum::operator- (const ListConstIteratorSafe< Val > &iter1, const ListConstIteratorSafe< Val > &iter2) |
| For STL compliance, a distance operator. | |
| template<typename Val> | |
| std::ostream & | gum::operator<< (std::ostream &stream, const List< Val > &list) |
| an << operator for List | |
template implementation of chained lists
Definition in file list_tpl.h.