Showing posts with label boost::lambda. Show all posts
Showing posts with label boost::lambda. Show all posts

May 31, 2013

[c++][NOTE] note for operator overload (can't be overloaded for reason)

c
  • . ?:
c++
  • :: .* sizeof sizeof...
boost::lambda
  • ->., ->, new, new[], delete, delete[] 
    • those can't be overload is because the return type can't be a lambda functor. check this link for how boost::lambda done this in a alternative way : http://goo.gl/xzG9o