SDL++
C++wrapperfortheSDLlibrary.

sdl::misc::is_base_of_all< Base, Ts > Struct Template Reference

Recursively determines if Base is the base of all of the Ts. More...

#include <is_base_of_all.h>


Detailed Description

template<typename Base, typename... Ts>
struct sdl::misc::is_base_of_all< Base, Ts >

Recursively determines if Base is the base of all of the Ts.

The main specialization the determines if Base is the Base of the Ts.

The recursion's terminal specialization.

Template Parameters:
BaseThe type of the Base to check against.
TsThe types to check.
BaseThe type of the Base to check against.
BaseThe type of the Base to check against.
TThe type to check.
TsThe types to check.

Definition at line 38 of file is_base_of_all.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs