#include <apibase.h>
This template has SUPER as protected base class. You can use it for other template classes which use a template parameter as public base class if you need to use protected inheritance instead.
SUPER | Base class of this template class. |
Public Member Functions | |
template<typename... ARGS> | |
__attribute__ ((always_inline)) explicit Protected(ARGS &&... args) | |
__attribute__ | ( | (always_inline) | ) | && |