1 #ifndef __Panzer_TypeAssocMap_hpp__ 2 #define __Panzer_TypeAssocMap_hpp__ 4 #include "Sacado_mpl_for_each.hpp" 11 template <
typename TypesVector,
typename ValueType>
38 template <
typename BuilderOpT>
45 template <
typename BuilderOpT>
47 std::vector<ValueType> &
mv_;
std::vector< ValueType > & mv_
const BuilderOpT & builder_
This struct helps will build the values stored in the map.
void buildObjects(const BuilderOpT &builder)
std::vector< ValueType > mapValues_
BuildObjects(std::vector< ValueType > &mv, const BuilderOpT &builder)