Open CASCADE Technology 7.8.2.dev
Standard_Integer.hxx File Reference
#include <Standard_Std.hxx>
#include <Standard_TypeDef.hxx>
#include <climits>

Functions

constexpr Standard_Integer Abs (const Standard_Integer Value)
 
constexpr Standard_Boolean IsEven (const Standard_Integer Value)
 
constexpr Standard_Boolean IsOdd (const Standard_Integer Value)
 
constexpr Standard_Integer Max (const Standard_Integer Val1, const Standard_Integer Val2)
 
constexpr Standard_Integer Min (const Standard_Integer Val1, const Standard_Integer Val2)
 
constexpr Standard_Integer Modulus (const Standard_Integer Value, const Standard_Integer Divisor)
 
constexpr Standard_Integer Square (const Standard_Integer Value)
 
constexpr Standard_Integer IntegerFirst ()
 
constexpr Standard_Integer IntegerLast ()
 
constexpr Standard_Integer IntegerSize ()
 

Function Documentation

◆ Abs()

Standard_Integer Abs ( const Standard_Integer Value)
constexpr

◆ IntegerFirst()

Standard_Integer IntegerFirst ( )
constexpr

◆ IntegerLast()

Standard_Integer IntegerLast ( )
constexpr

◆ IntegerSize()

Standard_Integer IntegerSize ( )
constexpr

◆ IsEven()

Standard_Boolean IsEven ( const Standard_Integer Value)
constexpr

◆ IsOdd()

Standard_Boolean IsOdd ( const Standard_Integer Value)
constexpr

◆ Max()

Standard_Integer Max ( const Standard_Integer Val1,
const Standard_Integer Val2 )
constexpr

◆ Min()

Standard_Integer Min ( const Standard_Integer Val1,
const Standard_Integer Val2 )
constexpr

◆ Modulus()

Standard_Integer Modulus ( const Standard_Integer Value,
const Standard_Integer Divisor )
constexpr

◆ Square()

Standard_Integer Square ( const Standard_Integer Value)
constexpr