The Gaudi Framework  v38r0 (2143aa4c)
fmt Namespace Reference

Classes

struct  formatter< Gaudi::Property< T, V, H > >
 Definitions to allow use of Gaudi::Property<T> with fmtlib. More...
 
class  formatter< json_fmt_arg >
 fmt formatter function for json class able to handle 2 types of formats : {} : in this case the type entry of json is used to deduce what to print, looking into the registry {:name|fmt} : in this case, the entry 'name' of the json will be printed in given format. More...
 

Functions

template<typename T >
const T & runtime (const T &v)
 

Function Documentation

◆ runtime()

template<typename T >
const T & fmt::runtime ( const T &  v)

Definition at line 28 of file MessageSvcSink.cpp.

28  {
29  return v;
30  }
Properties.v
v
Definition: Properties.py:122