Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::StdMapTraits< Scalar > Struct Template Reference

#include <src/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h>

Public Types

enum  { IsSorted = 1 }
 
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

Member Typedef Documentation

◆ KeyType

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

◆ Type

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

Member Enumeration Documentation

◆ anonymous enum

template<typename Scalar >
anonymous enum
Enumerator
IsSorted 
23 {
24 IsSorted = 1
25 };
@ IsSorted
Definition RandomSetter.h:24

Member Function Documentation

◆ setInvalidKey()

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

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