|
Panzer Version of the Day
|
This struct helps will build the values stored in the map. More...
#include <Panzer_TypeAssocMap.hpp>
Public Member Functions | |
| BuildObjects (std::vector< ValueType > &mv, const BuilderOpT &builder) | |
| template<typename T > | |
| void | operator() (T) const |
Public Attributes | |
| std::vector< ValueType > & | mv_ |
| const BuilderOpT & | builder_ |
This struct helps will build the values stored in the map.
Definition at line 56 of file Panzer_TypeAssocMap.hpp.
|
inline |
Definition at line 59 of file Panzer_TypeAssocMap.hpp.
|
inline |
Definition at line 61 of file Panzer_TypeAssocMap.hpp.
| std::vector<ValueType>& panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >::mv_ |
Definition at line 57 of file Panzer_TypeAssocMap.hpp.
| const BuilderOpT& panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >::builder_ |
Definition at line 58 of file Panzer_TypeAssocMap.hpp.