ivutils
Loading...
Searching...
No Matches
ctlist.h File Reference

Compile time lists which can hold runtime data. More...

#include <array>
#include "ctlist_internal.h"
#include "ctlist.hpp"
Include dependency graph for ctlist.h:

Classes

class  CTList< Args >
 The compile time list. More...
 
struct  InitMehtod
 Helper struct to initialize method of FixList. More...
 
struct  CopyConstruct
 Helper struct to initialize method of FixList. More...
 
class  FixList< Args >
 Compile time list with a set of bit flags to enable or disable certain elements. More...
 

Detailed Description

Compile time lists which can hold runtime data.