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

Go to the source code of this file.

Namespaces

 vcsn
 

Functions

template<typename Map , typename Key >
auto vcsn::has (const Map &s, const Key &e) -> decltype(s.find(e)!=std::end(s))
 Whether e is in s. More...