Contents
#include <profiler.h> template <class T> struct Scope { // fields T& p; // construction Scope (T& p); };