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