Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::DerivedFrom< Derived, Base > Struct Template Reference

DerivedFrom concept, a type Derived is derived from another type Base if Derived is a derives from Base. More...

#include "DerivedFrom.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class Derived, class Base>
struct scl::concepts::DerivedFrom< Derived, Base >

DerivedFrom concept, a type Derived is derived from another type Base if Derived is a derives from Base.

Template Parameters
Derivedbeing the supposed derived type
Basebeing the supposed base type

Definition at line 13 of file DerivedFrom.h.

Member Function Documentation

◆ operator bool()

template<class Derived , class Base >
constexpr scl::concepts::DerivedFrom< Derived, Base >::operator bool ( ) const
inline

Definition at line 14 of file DerivedFrom.h.


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