CMS 3D CMS Logo

List of all members | Static Public Member Functions
edm::stream::CallBeginProcessBlockProduceImpl< T, bool, bool > Struct Template Reference

#include <callAbilities.h>

Static Public Member Functions

static void produce (edm::ProcessBlock &processBlock, typename T::GlobalCache *globalCache)
 

Detailed Description

template<typename T, bool, bool>
struct edm::stream::CallBeginProcessBlockProduceImpl< T, bool, bool >

Definition at line 380 of file callAbilities.h.

Member Function Documentation

◆ produce()

template<typename T , bool , bool >
static void edm::stream::CallBeginProcessBlockProduceImpl< T, bool, bool >::produce ( edm::ProcessBlock processBlock,
typename T::GlobalCache *  globalCache 
)
inlinestatic

Definition at line 381 of file callAbilities.h.

Referenced by edm::stream::ProducingModuleAdaptor< T, M, B >::doBeginProcessBlock().

381  {
382  T::beginProcessBlockProduce(processBlock, globalCache);
383  }