![]() |
Awali
Another Weighted Automata library
|
#include <cassert>#include <type_traits>#include <awali/sttc/misc/raise.hh>#include <awali/common/tuple.hh>Go to the source code of this file.
Data Structures | |
| struct | awali::sttc::internal::as_pair |
| struct | awali::sttc::internal::as_tuple |
| struct | awali::sttc::internal::zipped_maps< Dereference, Maps >::iterator |
| Composite iterator. More... | |
| struct | awali::sttc::internal::zipped_maps< Dereference, Maps > |
Namespaces | |
| awali | |
| Main namespace of Awali. | |
| awali::sttc | |
| Namespace for the static layer of Awali. | |
| awali::sttc::internal | |
| Implementation details of static layer (not stable). | |
Functions | |
| template<typename Dereference = as_pair, typename... Maps> | |
| zipped_maps< Dereference, Maps... > | awali::sttc::internal::zip_map_tuple (const std::tuple< Maps... > &maps) |
| template<typename Dereference = as_pair, typename... Maps> | |
| zipped_maps< Dereference, Maps... > | awali::sttc::internal::zip_maps (Maps &&... maps) |
| struct awali::sttc::internal::as_pair |
| struct awali::sttc::internal::as_tuple |