Photon Engine
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
TFixedEnumMap.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Utility/fixed_map_base.h
"
4
5
namespace
ph
6
{
7
8
template
<auto KEY,
typename
Value>
9
using
TFixedEnumMapEntry
=
TFixedMapEntry
<
decltype
(KEY), KEY, Value>;
10
11
template
<
typename
... Entries>
12
using
TFixedEnumMap
=
TFixedMapBase
<Entries...>;
13
14
}
// end namespace ph
ph::TFixedMapBase
Definition
fixed_map_base.h:30
ph::TFixedMapEntry
Definition
fixed_map_base.h:12
fixed_map_base.h
ph
The root for all renderer implementations.
Definition
EEngineProject.h:6
Source
Utility
TFixedEnumMap.h
Generated by
1.11.0