Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/configflags.hpp"
Helper for calculating values and for invoking runtime code based on a given FlagTuple.
Can also be used on a Typelist of several Configs. The latter case is typically used to invoke an operation while enumerating all Flag-Configurations defined in Code. An example would be to build (at runtime) an dispatcher table. Explanation: For the Case covering a List of Configs, we provide a templated visitation function, which can accept a functor object to be invoked on each Configuration.
Definition at line 158 of file configflags.hpp.