Simbody  3.6
SimTK::ArrayIndexTraits< long > Struct Template Reference

Specialization of ArrayIndexTraits for (signed) long used as an index. More...

Public Types

typedef long size_type
 
typedef long difference_type
 

Static Public Member Functions

static size_type max_size ()
 

Detailed Description

template<>
struct SimTK::ArrayIndexTraits< long >

Specialization of ArrayIndexTraits for (signed) long used as an index.

Warning
Different 64 bit platforms have different lengths for long. In particular, 64 bit MSVC++ has sizeof(long)==sizeof(int) while 64 bit gcc has sizeof(long)==sizeof(long long). We recommend that you avoid using long and unsigned long (ever, not just here) and instead use int or long long (or their unsigned versions) which are unambiguously 32 or 64 bits, resp.

Member Typedef Documentation

◆ size_type

typedef long SimTK::ArrayIndexTraits< long >::size_type

◆ difference_type

Member Function Documentation

◆ max_size()

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

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