Antkeeper  0.0.1
Typedefs
dict.hpp File Reference
#include <any>
#include <unordered_map>

Go to the source code of this file.

Typedefs

template<class Key >
using dict = std::unordered_map< Key, std::any >
 Unordered dictionary type. More...
 

Typedef Documentation

◆ dict

template<class Key >
using dict = std::unordered_map<Key, std::any>

Unordered dictionary type.

Template Parameters
KeyKey type.

Definition at line 32 of file dict.hpp.