Daily Shaarli

All links of one day in a single page.

September 7, 2014

Pipable functions in C++14

Pipable functions allow us to write extension methods in C++. This overloads the pipe | operator to allow chaining several functions together, like the example below: