List of all members.
Static Public Attributes |
| static const int | value |
template<class Seq, class T, class Iter1 = typename mpl::begin<Seq>::type, class Iter2 = typename mpl::end<Seq>::type>
struct Sacado::mpl::find< Seq, T, Iter1, Iter2 >
Member Data Documentation
template<class Seq , class T , class Iter1 = typename mpl::begin<Seq>::type, class Iter2 = typename mpl::end<Seq>::type>
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: