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

#include <ProvenanceDumperImpl.h>

Static Public Member Functions

static void invoke (DETAIL &detail)
 

Detailed Description

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

Definition at line 217 of file ProvenanceDumperImpl.h.

Member Function Documentation

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

Definition at line 221 of file ProvenanceDumperImpl.h.

222  {
223  detail.endJob();
224  }

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