The Gaudi Framework  master (37c0b60a)
SmartIF.h File Reference
Include dependency graph for SmartIF.h:

Go to the source code of this file.

Classes

class  SmartIF
 

Functions

template<typename IFace >
SmartIF< IFace > make_SmartIF (IFace *iface)
 

Function Documentation

◆ make_SmartIF()

template<typename IFace >
SmartIF<IFace> make_SmartIF ( IFace *  iface)

Definition at line 150 of file SmartIF.h.

150  {
151  return SmartIF<IFace>{ iface };
152 }
SmartIF
Definition: IConverter.h:25