Simbody  3.7
SimTK::ArrayIndexTraits< unsigned > Struct Template Reference

Specialization of ArrayIndexTraits for unsigned (that is, unsigned int) used as an index. More...

Public Types

typedef unsigned size_type
 
typedef int difference_type
 

Static Public Member Functions

static size_type max_size ()
 

Detailed Description

template<>
struct SimTK::ArrayIndexTraits< unsigned >

Specialization of ArrayIndexTraits for unsigned (that is, unsigned int) used as an index.

Member Typedef Documentation

◆ size_type

typedef unsigned SimTK::ArrayIndexTraits< unsigned >::size_type

◆ difference_type

typedef int SimTK::ArrayIndexTraits< unsigned >::difference_type

Member Function Documentation

◆ max_size()

static size_type SimTK::ArrayIndexTraits< unsigned >::max_size ( )
inlinestatic

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