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::TemplateContainer< TypeSeq, ObjectT >::DefaultBuilderOp Struct Reference

The default builder class for building objects for each ScalarT. More...

#include <Sacado_TemplateContainer.hpp>

Public Member Functions

template<class T >
Sacado::mpl::apply< ObjectT, T >
::type 
operator() (T) const
 Returns a new object of type ObjectT<ScalarT> More...
 

Detailed Description

template<typename TypeSeq, typename ObjectT>
struct Sacado::TemplateContainer< TypeSeq, ObjectT >::DefaultBuilderOp

The default builder class for building objects for each ScalarT.

Definition at line 120 of file Sacado_TemplateContainer.hpp.

Member Function Documentation

template<typename TypeSeq, typename ObjectT>
template<class T >
Sacado::mpl::apply<ObjectT,T>::type Sacado::TemplateContainer< TypeSeq, ObjectT >::DefaultBuilderOp::operator() ( T  ) const
inline

Returns a new object of type ObjectT<ScalarT>

Definition at line 124 of file Sacado_TemplateContainer.hpp.


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