CMS 3D CMS Logo

List of all members | Static Public Member Functions
edm::soa::MakeTableExaminer< Table< Args... > > Struct Template Reference

#include <Table.h>

Static Public Member Functions

static std::unique_ptr< TableExaminerBasemake (const Table< Args... > *iTable)
 

Detailed Description

template<typename... Args>
struct edm::soa::MakeTableExaminer< Table< Args... > >

Definition at line 448 of file Table.h.

Member Function Documentation

template<typename... Args>
static std::unique_ptr<TableExaminerBase> edm::soa::MakeTableExaminer< Table< Args... > >::make ( const Table< Args... > *  iTable)
inlinestatic

Definition at line 449 of file Table.h.

449  {
450  return std::make_unique<TableExaminer<Table<Args...>>>(iTable);
451  }