Protected< SUPER > Class Template Reference

#include <apibase.h>

Inheritance diagram for Protected< SUPER >:

Detailed Description

template<typename SUPER>
class maxon::Protected< SUPER >

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.

Template Parameters
SUPERBase class of this template class.

Public Member Functions

template<typename... ARGS>
 __attribute__ ((always_inline)) explicit Protected(ARGS &&... args)
 

Member Function Documentation

◆ __attribute__()

__attribute__ ( (always_inline)  ) &&