LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::maybe_postProcessRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(),&DETAIL::postProcessRun > > Struct Template Reference

#include "ProvenanceDumperImpl.h"

Static Public Member Functions

static void invoke (DETAIL &detail)
 

Detailed Description

template<typename DETAIL>
struct art::detail::maybe_postProcessRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(),&DETAIL::postProcessRun > >

Definition at line 199 of file ProvenanceDumperImpl.h.

Member Function Documentation

template<typename DETAIL >
static void art::detail::maybe_postProcessRun< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(),&DETAIL::postProcessRun > >::invoke ( DETAIL &  detail)
inlinestatic

Definition at line 203 of file ProvenanceDumperImpl.h.

204  {
205  detail.postProcessRun();
206  }

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