We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
template <typename derived_t> struct streamable { }; template <template <typename ...> class ...crtp> struct my_class : public crtp<my_class<crtp...>>... { };
http://foonathan.net/blog/2016/10/26/output-parameter.html TODO: Write me.