Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions
meta_foreach.h File Reference

Defines a compile-time equivalent of std::for_each. More...

#include <Pb/meta_fwd.h>

Go to the source code of this file.

Classes

class  Hg::detail::ForEachTypeHelper< CurIndex, EndIndex, ContainerT, Function >
 This parameterized construct is used to iterate through each type in the specified type container. More...
 

Namespaces

namespace  Hg
 The MIT License(MIT)


 

Functions

template<size_t BeginIndex, size_t EndIndex, typename ContainerT , typename Function >
Function & Hg::ForEachType (Function &fn)
 Meta-template implementation of for_each. More...
 

Detailed Description

Defines a compile-time equivalent of std::for_each.

Parameterized processing function that iterates through the type container recursively to visit each targeted element.

The MIT License(MIT)

Definition in file meta_foreach.h.