struct deleter_t { void operator()(impl_t *); }; using impl_unique_ptr_t = std::unique_ptr<impl_t, deleter_t>;
reply
reply