Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::TFixedMapEntry< KeyType, KEY_VAL, ValueType > Class Template Referencefinal

#include <fixed_map_base.h>

Public Types

using Key = KeyType
 
using Value = ValueType
 

Public Member Functions

ValuegetValue ()
 
const ValuegetValue () const
 

Static Public Attributes

static constexpr Key KEY = KEY_VAL
 

Member Typedef Documentation

◆ Key

template<typename KeyType , KeyType KEY_VAL, typename ValueType >
using ph::TFixedMapEntry< KeyType, KEY_VAL, ValueType >::Key = KeyType

◆ Value

template<typename KeyType , KeyType KEY_VAL, typename ValueType >
using ph::TFixedMapEntry< KeyType, KEY_VAL, ValueType >::Value = ValueType

Member Function Documentation

◆ getValue() [1/2]

template<typename KeyType , KeyType KEY_VAL, typename ValueType >
Value & ph::TFixedMapEntry< KeyType, KEY_VAL, ValueType >::getValue ( )
inline

◆ getValue() [2/2]

template<typename KeyType , KeyType KEY_VAL, typename ValueType >
const Value & ph::TFixedMapEntry< KeyType, KEY_VAL, ValueType >::getValue ( ) const
inline

Member Data Documentation

◆ KEY

template<typename KeyType , KeyType KEY_VAL, typename ValueType >
Key ph::TFixedMapEntry< KeyType, KEY_VAL, ValueType >::KEY = KEY_VAL
staticconstexpr

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