Shaka Player Embedded
Public Types | List of all members
shaka::impl::get_create_type< This, typename > Struct Template Reference

#include <register_member.h>

Public Types

using type = void
 

Detailed Description

template<typename This, typename = void>
struct shaka::impl::get_create_type< This, typename >

A helper type that gets the type of a static Create() method, if it exists. This is used both to determine if a Create() method exists and to unpack the argument types.

Definition at line 458 of file register_member.h.

Member Typedef Documentation

§ type

template<typename This , typename = void>
using shaka::impl::get_create_type< This, typename >::type = void

Definition at line 459 of file register_member.h.


The documentation for this struct was generated from the following file: