getting type from lambda c++11Thanks!! Do you know what is the rational behind not allowing decltype to accept the result of a lam...
getting type from lambda c++11Hi all, Is there any way of creating a variable which type is the result of some lambda expression. ...
Will vector ever shrink in sizeThanks you. In didn't know about the [b]shrink_to_fit()[/b] function. In any case another thread in ...
guaranty that vector wont free memoryThanks you all for the replies. I think this is some oversight of the standard because it should hav...
guaranty that vector wont free memoryasserting isn't a guarantee. It will just tell me if something is wrong. I want to [b]know[/b] that ...
This user does not accept Private Messages