#include <XrdClOperationHandlers.hh>
Static Public Attributes | |
static constexpr bool | value = std::is_base_of<XrdCl::ResponseHandler, Hdlr>::value |
Helper class for checking if a given Handler is derived from ForwardingHandler (overloaded for pointers)
constexpr bool XrdCl::IsResponseHandler< Hdlr * >::value = std::is_base_of<XrdCl::ResponseHandler, Hdlr>::value [static] |
true if the Hdlr type has been derived from ForwardingHandler, false otherwise