Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Member Function Documentation

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

Initial Value.

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

Precision.

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

Standard Width.

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

Width.


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