folly::is_cleanup

Trait constant that is true when T models the async cleanup concept.

Synopsis

Declared in <folly/futures/Cleanup.h>

template<typename T>
using is_cleanup = std::bool_constant<is_cleanup_v<T>>;