23 #ifndef CLOE_UTILITY_MAYBE_OWN_HPP_ 24 #define CLOE_UTILITY_MAYBE_OWN_HPP_ 37 Deleter(
bool owned) : owned_(owned) {}
38 void operator()(T* p) {
67 #endif // CLOE_UTILITY_MAYBE_OWN_HPP_ std::unique_ptr< T, Deleter< T > > maybe_own
Definition: maybe_own.hpp:62
Definition: coordinator.hpp:36
Definition: maybe_own.hpp:32