Pepper_42_C++_interfaces
Static Public Attributes | List of all members
pp::internal::IsBaseOf< Base, Derived > Struct Template Reference

#include <output_traits.h>

Collaboration diagram for pp::internal::IsBaseOf< Base, Derived >:
Collaboration graph

Static Public Attributes

static bool const value
 

Detailed Description

template<typename Base, typename Derived>
struct pp::internal::IsBaseOf< Base, Derived >

Definition at line 39 of file output_traits.h.

Member Data Documentation

template<typename Base , typename Derived >
bool const pp::internal::IsBaseOf< Base, Derived >::value
static
Initial value:
= sizeof Check(CreateDerived()) == 1 &&
!IsSame<Base const, void const>::value

Definition at line 51 of file output_traits.h.


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