Rosetta
Public Types | Static Public Member Functions | List of all members
ObjexxFCL::TypeTraits< T > Struct Template Reference

TypeTraits: Type Traits Template. More...

#include <TypeTraits.hh>

Public Types

typedef T traits_type
 

Static Public Member Functions

static traits_type initial_value ()
 Initial Value. More...
 
static int precision ()
 Precision. More...
 
static int width ()
 Width. More...
 
static int standard_width ()
 Standard Width. More...
 

Detailed Description

template<typename T>
struct ObjexxFCL::TypeTraits< T >

TypeTraits: Type Traits Template.

Member Typedef Documentation

◆ traits_type

template<typename T >
typedef T ObjexxFCL::TypeTraits< T >::traits_type

Member Function Documentation

◆ initial_value()

template<typename T >
static traits_type ObjexxFCL::TypeTraits< T >::initial_value ( )
inlinestatic

Initial Value.

◆ precision()

template<typename T >
static int ObjexxFCL::TypeTraits< T >::precision ( )
inlinestatic

Precision.

◆ standard_width()

template<typename T >
static int ObjexxFCL::TypeTraits< T >::standard_width ( )
inlinestatic

Standard Width.

◆ width()

template<typename T >
static int ObjexxFCL::TypeTraits< T >::width ( )
inlinestatic

Width.


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