CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces
ParameterPack.hpp File Reference

Defines the template for working with parameter packed template arguments. More...

#include "ParameterPack.inl"
Include dependency graph for ParameterPack.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CYB::API::ParameterPack< AType, ARemaining >
 Contains information about a template parameter pack. More...
 
class  CYB::API::ParameterPack< AType, ARemaining >::Indexer< AIndex, AUnused >
 A class which can be used to get the type at AIndex of the pack. More...
 

Namespaces

 CYB
 Encapsulates the engine in it's entirety.
 
 CYB::API
 Namespace containing the public API define EXPLICIT_API_USAGE to prevent automatic 'using'.
 

Detailed Description

Defines the template for working with parameter packed template arguments.

Definition in file ParameterPack.hpp.