SDL++
C++wrapperfortheSDLlibrary.
|
Recursively determines if Base is the base of all of the Ts. More...
#include <is_base_of_all.h>
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.
Base | The type of the Base to check against. |
Ts | The types to check. |
Base | The type of the Base to check against. |
Base | The type of the Base to check against. |
T | The type to check. |
Ts | The types to check. |
Definition at line 38 of file is_base_of_all.h.