Vcsn  2.2
Be Rational
map.hh File Reference
#include <map>
#include <set>
#include <vcsn/misc/functional.hh>
Include dependency graph for map.hh:
This graph shows which files directly or indirectly include this file:

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...