xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Attributes | List of all members
XrdCl::IsResponseHandler< Hdlr * > Struct Template Reference

#include <XrdClOperationHandlers.hh>

Static Public Attributes

static constexpr bool value = std::is_base_of<XrdCl::ResponseHandler, Hdlr>::value
 

Detailed Description

template<typename Hdlr>
struct XrdCl::IsResponseHandler< Hdlr * >

Helper class for checking if a given Handler is derived from ForwardingHandler (overloaded for pointers)

Member Data Documentation

template<typename Hdlr >
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


The documentation for this struct was generated from the following file: