Derecho  0.9
Distributed systems toolkit for RDMA
Classes | Namespaces | Typedefs
context_ptr.hpp File Reference
#include <memory>
#include <type_traits>
Include dependency graph for context_ptr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mutils::ContextDeleter< T >
 
struct  mutils::ContextDeleter< void >
 

Namespaces

 mutils
 

Typedefs

template<typename T >
using mutils::context_ptr = std::unique_ptr< T, ContextDeleter< T > >