BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Classes | Namespaces | Functions
raii_guard.hpp File Reference
#include <utility>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BubbleProfiler::RAII_guard< F >
 Carries out provided clean-up actions at destruction. More...
 

Namespaces

 BubbleProfiler
 

Functions

template<typename F >
constexpr RAII_guard< F > BubbleProfiler::make_raii_guard (F f)