![]() |
Vcsn
2.2
Be Rational
|
Go to the source code of this file.
Classes | |
struct | std::hash< map< Key, Value, Compare, Alloc > > |
Namespaces | |
vcsn | |
Functions | |
template<typename Key , typename Value , typename Compare , typename Alloc > | |
bool | vcsn::has (const std::map< Key, Value, Compare, Alloc > &s, const Key &e) |
Whether e is in s. More... | |
template<typename Key , typename Value , typename Comp , typename Alloc > | |
std::set< typename std::map < Key, Value, Comp, Alloc > ::mapped_type > | vcsn::image (const std::map< Key, Value, Comp, Alloc > &m) |
The set of values of a map. More... | |