BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
cl_Map.hpp File Reference
#include <unordered_map>
#include <string>
#include "typedefs.hpp"
#include "assert.hpp"
Include dependency graph for cl_Map.hpp:

Go to the source code of this file.

Classes

class  belfem::Map< Key, Value >
 Hash map (unordered key-value). More...

Namespaces

namespace  belfem
 USER GUIDES:
namespace  belfem::map

Functions

template<typename T>
std::string belfem::map::KeyToString (const T &aKey)
template<>
std::string belfem::map::KeyToString (const std::string &aKey)
template<>
std::string belfem::map::KeyToString (const int &aKey)
template<>
std::string belfem::map::KeyToString (const unsigned int &aKey)
template<>
std::string belfem::map::KeyToString (const long unsigned int &aKey)