why does std::bind work here?ok but why does line 11 work? bnd is a different type to the element of the vector (FType only has n...
why does std::bind work here? [code] #include <iostream> #include <functional> #include <vector> int main() { using ...
is this ok as a less than operator for a map?ah great, thanks so much
is this ok as a less than operator for a map?I have a map of the following type: [code] struct MyType { size_t layerPos, posInLaye...
can i declare an iterator outside of the container class?Hi I have created a container class for which I need to create a bespoke iterator (not merely exp...