The Gaudi Framework  v40r0 (475e45c1)
SmartIF.h File Reference
#include <GaudiKernel/IInterface.h>
#include <memory>
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 143 of file SmartIF.h.

143  {
144  return SmartIF<IFace>{ iface };
145 }
SmartIF
Definition: IConverter.h:22