Custom decorator

Hi,
Is there any tutorial about how to create custom decorator in c++?

Nope. But there’s plenty decorators already implemented in C++, and basic class is commented fairly well, so I encourage you to look the the code (you’ll need to get full sources from github to see the implementations as well though).

Cheers,

–mieszko