![]() |
pwn++
0.1.4
A (toy) Windows & Linux pwn library to play with modern C++.
|
A constexpr map https://xuhuisun.com/post/c++-weekly-2-constexpr-map/. More...
#include <Common.hpp>
Public Types | |
| using | CMapEntry = std::pair< Key, Value > |
Public Member Functions | |
| constexpr Value | at (const Key &key) const |
| constexpr Value | operator[] (const Key &key) const |
Public Attributes | |
| std::array< CMapEntry, Size > | data |
A constexpr map https://xuhuisun.com/post/c++-weekly-2-constexpr-map/.
| Key | |
| Value | |
| Size |