CMS 3D CMS Logo

List of all members | Public Member Functions
cond::persistency::GetFromRow< T > Struct Template Reference

#include <DbCore.h>

Public Member Functions

T operator() (const coral::AttributeList &row, const std::string &fullyQualifiedName)
 

Detailed Description

template<typename T>
struct cond::persistency::GetFromRow< T >

Definition at line 362 of file DbCore.h.

Member Function Documentation

◆ operator()()

template<typename T >
T cond::persistency::GetFromRow< T >::operator() ( const coral::AttributeList &  row,
const std::string &  fullyQualifiedName 
)
inline

Definition at line 363 of file DbCore.h.

363  {
364  return row[fullyQualifiedName].data<T>();
365  }
long double T