DCMTK  Version 3.6.6
OFFIS DICOM Toolkit
OFis_function< T > Struct Template Reference

Metafunction to determine if a type refers to function. More...

Detailed Description

template<typename T>
struct OFis_function< T >

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.

Note
The current implementation only supports detecting functions taking up to three arguments.
See also
http://en.cppreference.com/w/cpp/types/is_function for details.
Template Parameters
TThe type to inspect, e.g. "int(OFBool,const OFString&)".

The documentation for this struct was generated from the following file:


Generated on Thu Jan 14 2021 for DCMTK Version 3.6.6 by Doxygen 1.8.18