Eigen::StdMapTraits< Scalar > Struct Template Reference

Public Types

enum  { IsSorted }
 
typedef int KeyType
 
typedef std::map< KeyType, Scalar > Type
 

Static Public Member Functions

static void setInvalidKey (Type &, const KeyType &)
 

Detailed Description

template<typename Scalar>
struct Eigen::StdMapTraits< Scalar >

Represents a std::map

See also
RandomSetter

Definition at line 27 of file RandomSetter.h.

Member Typedef Documentation

◆ KeyType

template<typename Scalar >
typedef int Eigen::StdMapTraits< Scalar >::KeyType

Definition at line 29 of file RandomSetter.h.

◆ Type

template<typename Scalar >
typedef std::map<KeyType,Scalar> Eigen::StdMapTraits< Scalar >::Type

Definition at line 30 of file RandomSetter.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Scalar >
anonymous enum
Enumerator
IsSorted 

Definition at line 31 of file RandomSetter.h.

31  {
32  IsSorted = 1
33  };

Member Function Documentation

◆ setInvalidKey()

template<typename Scalar >
static void Eigen::StdMapTraits< Scalar >::setInvalidKey ( Type ,
const KeyType  
)
inlinestatic

Definition at line 35 of file RandomSetter.h.

35 {}

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