DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Metafunction to determine if a type refers to function. More...
Metafunction to determine if a type refers to function.
OFis_function is based on OFintegral_constant and evaluates to OFTrue if a function type is probed, otherwise OFis_function<...>::value equals OFFalse.
T | The type to inspect, e.g. "int(OFBool,const OFString&)". |