Relative Content

Tag Archive for c++templatesstl

Operator access overloading with unordered_map and custom classes

I want to learn C++ templates and metaprogramming.
For this aim, I created two classes, BClass and JClass, and the aim is to work with standard containers using the same or similar operators or functions (e.g. insert, operator[], …).
However I get into important compiler errors.