Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::is_base_of< Base, Derived > Struct Template Reference

Checks if a type is derived from another type. More...

#include <cxx11.hpp>

+ Inheritance diagram for cal::is_base_of< Base, Derived >:

Public Types

typedef integral_constant type
 Type of the integral_constant.
 
typedef bool value_type
 Type of the value.
 

Public Member Functions

constexpr operator value_type () const
 Converts the integral constant type into its constant value.
 

Static Public Attributes

static const value_type value
 Value stored in this type.
 

Detailed Description

template<class Base, class Derived>
struct cal::is_base_of< Base, Derived >

Checks if a type is derived from another type.