Eigen::StdUnorderedMapTraits< Scalar > Struct Template Reference

Public Types

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

Static Public Member Functions

static void setInvalidKey (Type &, const KeyType &)
 

Detailed Description

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

Represents a std::unordered_map

See also
RandomSetter

Definition at line 42 of file RandomSetter.h.

Member Typedef Documentation

◆ KeyType

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

Definition at line 44 of file RandomSetter.h.

◆ Type

template<typename Scalar >
typedef std::unordered_map<KeyType,Scalar> Eigen::StdUnorderedMapTraits< Scalar >::Type

Definition at line 45 of file RandomSetter.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Scalar >
anonymous enum
Enumerator
IsSorted 

Definition at line 46 of file RandomSetter.h.

46  {
47  IsSorted = 0
48  };

Member Function Documentation

◆ setInvalidKey()

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

Definition at line 50 of file RandomSetter.h.

50 {}

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