Shaka Player Embedded
Public Types | List of all members
shaka::util::func_traits< Func > Struct Template Reference

#include <templates.h>

Inheritance diagram for shaka::util::func_traits< Func >:

Public Types

using type = Func
 

Detailed Description

template<typename Func>
struct shaka::util::func_traits< Func >

Describes info about a function object. This assumes the function object only has one overload of the call operator and the call operator is not templated.

Definition at line 117 of file templates.h.

Member Typedef Documentation

§ type

template<typename Func>
using shaka::util::func_traits< Func >::type = Func

Definition at line 118 of file templates.h.


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