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

Specialization of ArrayIndexTraits for unsigned long long used as an index. More...

Public Types

typedef unsigned long long size_type
 
typedef long long difference_type
 

Static Public Member Functions

static size_type max_size ()
 

Detailed Description

template<>
struct SimTK::ArrayIndexTraits< unsigned long long >

Specialization of ArrayIndexTraits for unsigned long long used as an index.

This only makes sense in a 64-bit compilation.

Member Typedef Documentation

◆ size_type

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

◆ difference_type

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

Member Function Documentation

◆ max_size()

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

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