Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 427 Bytes

File metadata and controls

12 lines (10 loc) · 427 Bytes

cpp11

I'm trying out the new C++11 features.

I have the following examples:

  • functional sets which uses lamdbas and closures to implement sets as functions. A set is just a function that takes an int and returns true if the int is in the set, false otherwise. See my blog.