Open CASCADE Technology  7.4.0

opencascade::is_integer< TheInteger > Struct Template Reference

The type trait that checks if the passed type is integer (it must be integral and not boolean) More...

#include <Standard_Std.hxx>

Inheritance diagram for opencascade::is_integer< TheInteger >:
Inheritance graph
[legend]

Detailed Description

template<typename TheInteger>
struct opencascade::is_integer< TheInteger >

The type trait that checks if the passed type is integer (it must be integral and not boolean)

Template Parameters
TheIntegerthe checked type

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