Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Sacado::mpl::for_each< Seq, Iter1, Iter2 > Struct Template Reference

#include <Sacado_mpl_for_each.hpp>

Public Member Functions

template<typename Op >
SACADO_INLINE_FUNCTION for_each (const Op &op)
 

Detailed Description

template<class Seq, class Iter1 = typename mpl::begin<Seq>::type, class Iter2 = typename mpl::end<Seq>::type>
struct Sacado::mpl::for_each< Seq, Iter1, Iter2 >

Definition at line 47 of file Sacado_mpl_for_each.hpp.

Constructor & Destructor Documentation

template<class Seq, class Iter1 = typename mpl::begin<Seq>::type, class Iter2 = typename mpl::end<Seq>::type>
template<typename Op >
SACADO_INLINE_FUNCTION Sacado::mpl::for_each< Seq, Iter1, Iter2 >::for_each ( const Op &  op)
inline

Definition at line 50 of file Sacado_mpl_for_each.hpp.


The documentation for this struct was generated from the following file: