Static Public Member Functions | List of all members
art::detail::maybe_processRunPrincipal< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(Provenance const &), &DETAIL::processRunProvenance > > Struct Template Reference

#include <ProvenanceDumperImpl.h>

Static Public Member Functions

static void invoke (PrincipalProcessor< DETAIL > const &pp, RunPrincipal const &p)
 

Detailed Description

template<typename DETAIL>
struct art::detail::maybe_processRunPrincipal< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(Provenance const &), &DETAIL::processRunProvenance > >

Definition at line 274 of file ProvenanceDumperImpl.h.

Member Function Documentation

template<typename DETAIL >
static void art::detail::maybe_processRunPrincipal< DETAIL, enable_if_function_exists_t< void(DETAIL::*)(Provenance const &), &DETAIL::processRunProvenance > >::invoke ( PrincipalProcessor< DETAIL > const &  pp,
RunPrincipal const &  p 
)
inlinestatic

Definition at line 279 of file ProvenanceDumperImpl.h.

280  {
281  pp(p, &DETAIL::processRunProvenance);
282  }
p
Definition: test.py:223

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