eoInvertedContinue + minor modifications

This commit is contained in:
quemy 2013-01-05 15:35:12 +01:00
commit b30e0a9695
3 changed files with 64 additions and 3 deletions

View file

@ -43,7 +43,8 @@ A and B objects are stocked in two std::map, then if you would like to avoid ins
template A and B with pointers.
**/
template<class A, class B>
template<class A, class B>
class Bimap
{
public: