|
|
Donner
C++20 SVG rendering library
|
Contains the constructed map and associated build status. More...
#include "donner/base/CompileTimeMap.h"
Public Attributes | |
| CompileTimeMap< Key, Value, N, Hasher, KeyEqual > | map |
| The constructed map instance. | |
| CompileTimeMapStatus | status |
| Status describing how the map was built. | |
| CompileTimeMapDiagnostics | diagnostics |
| Diagnostics collected during map construction. | |
Contains the constructed map and associated build status.
| CompileTimeMapDiagnostics donner::detail::CompileTimeMapResult< Key, Value, N, Hasher, KeyEqual >::diagnostics |
Diagnostics collected during map construction.
| CompileTimeMap<Key, Value, N, Hasher, KeyEqual> donner::detail::CompileTimeMapResult< Key, Value, N, Hasher, KeyEqual >::map |
The constructed map instance.
| CompileTimeMapStatus donner::detail::CompileTimeMapResult< Key, Value, N, Hasher, KeyEqual >::status |
Status describing how the map was built.