#include <Sacado_mpl_find.hpp>
Static Public Attributes | |
| static const int | value |
Definition at line 54 of file Sacado_mpl_find.hpp.
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>::value,
Iter1,
find<Seq, T, typename mpl::next<Iter1>::type,
Iter2> >::value
Definition at line 55 of file Sacado_mpl_find.hpp.
1.4.7