#include <map>
#include <set>
#include <vcsn/misc/functional.hh>
Go to the source code of this file.
|
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...
|
|