Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::mpl::find< Seq, T, Iter1, Iter1 > Struct Template Reference

#include <Sacado_mpl_find.hpp>

Inheritance diagram for Sacado::mpl::find< Seq, T, Iter1, Iter1 >:

Public Types

typedef mpl::mpl_if< std::is_same< typenamempl::deref< Iter1 >::type, T >, Iter1, find< Seq, T, typenamempl::next< Iter1 >::type, Iter1 > >::type type

Static Public Attributes

static const int value = TypeSequenceDoesNotContainType<Seq,T>::value

Detailed Description

template<class Seq, class T, class Iter1>
struct Sacado::mpl::find< Seq, T, Iter1, Iter1 >

Definition at line 63 of file Sacado_mpl_find.hpp.

Member Typedef Documentation

◆ type

typedef mpl::mpl_if<std::is_same<typenamempl::deref<Iter1>::type,T>,Iter1,find<Seq,T,typenamempl::next<Iter1>::type,Iter1>>::type Sacado::mpl::find< Seq, T, Iter1, Iter1 >::type

Definition at line 58 of file Sacado_mpl_find.hpp.

Member Data Documentation

◆ value

template<class Seq, class T, class Iter1>
const int Sacado::mpl::find< Seq, T, Iter1, Iter1 >::value = TypeSequenceDoesNotContainType<Seq,T>::value
static

Definition at line 64 of file Sacado_mpl_find.hpp.


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