Protected< SUPER > Class Template Reference 系统

#include <apibase.h>

Inheritance diagram for Protected< SUPER >:

详细描述

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
SUPER Base class of this template class.

公共成员函数

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

成员函数文档编制

◆  __attribute__()

__attribute__ ( (always_inline)  ) &&