YAML::convert specialization for std::unordered_map.
More...
#include <SurgSim/DataStructures/DataStructuresConvert.h>
|
static Node | encode (const std::unordered_map< Key, T > &rhs) |
|
static bool | decode (const Node &node, std::unordered_map< Key, T > &rhs) |
|
template<class Key, class T>
struct YAML::convert< std::unordered_map< Key, T > >
YAML::convert specialization for std::unordered_map.
template<class Key , class T >
bool YAML::convert< std::unordered_map< Key, T > >::decode |
( |
const Node & |
node, |
|
|
std::unordered_map< Key, T > & |
rhs |
|
) |
| |
|
static |
template<class Key , class T >
YAML::Node YAML::convert< std::unordered_map< Key, T > >::encode |
( |
const std::unordered_map< Key, T > & |
rhs | ) |
|
|
static |
The documentation for this struct was generated from the following files: