template struct CCL::Profiler::Scope

#include <profiler.h>

template <class T>
struct Scope
{
    // fields

    T& p;

    // construction

    Scope (T& p);
};