Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 183 of file variant.hpp.
Public Types | |
template<typename TYPES > | |
using | VisitorInterface = meta::InstantiateForEach< typename TYPES::List, ValueAcceptInterface > |
build a generic visitor interface for all types in list | |
Classes | |
struct | ValueAcceptInterface |
how to treat one single type in visitation More... | |
using VisitorInterface = meta::InstantiateForEach<typename TYPES::List, ValueAcceptInterface> |
build a generic visitor interface for all types in list
Definition at line 196 of file variant.hpp.