Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::TypeTraits::IsBaseOf< Base, Derived > Struct Template Reference

IsBaseOf evaluates to true if the type Base is a base class of Derived, false otherwise. More...

#include <HttpAsyncServer.h>

Static Public Attributes

static constexpr bool value = __is_base_of(Base, Derived)
 

Detailed Description

template<typename Base, typename Derived>
struct SC::TypeTraits::IsBaseOf< Base, Derived >

IsBaseOf evaluates to true if the type Base is a base class of Derived, false otherwise.


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