Sacado  Development
Static Public Attributes | List of all members
Sacado::mpl::find< Seq, T, Iter1, Iter2 > Struct Template Reference

Static Public Attributes

static const int value
 

Member Data Documentation

template<class Seq , class T , class Iter1 = typename mpl::begin<Seq>::type, class Iter2 = typename mpl::end<Seq>::type>
const int Sacado::mpl::find< Seq, T, Iter1, Iter2 >::value
static
Initial value:
=
mpl::mpl_if< mpl::is_same<typename mpl::deref<Iter1>::type, T>,
Iter1,
find<Seq, T, typename mpl::next<Iter1>::type,
Iter2> >::value

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