CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::DoPostInsert< T > Struct Template Reference

#include <PrincipalGetAdapter.h>

Public Member Functions

void operator() (T *p) const
 

Detailed Description

template<typename T>
struct edm::DoPostInsert< T >

Definition at line 302 of file PrincipalGetAdapter.h.

Member Function Documentation

template<typename T >
void edm::DoPostInsert< T >::operator() ( T p) const
inline

Definition at line 303 of file PrincipalGetAdapter.h.

303 { p->post_insert(); }