Template Function c4::yml::read(ConstNodeRef const&, T *)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “c4::yml::read” with arguments (ConstNodeRef const&, T*) in doxygen xml output for project “hebi_cpp_api Doxygen Project” from directory: /tmp/ws/docs_build/hebi_cpp_api/output_staging/generated/doxygen/xml. Potential matches:

- template<class Alloc> bool read(c4::yml::ConstNodeRef const &n, std::vector<bool, Alloc> *vec)
- template<class K, class V, class Less, class Alloc> bool read(c4::yml::ConstNodeRef const &n, std::map<K, V, Less, Alloc> *m)
- template<class T> std::enable_if<!std::is_floating_point<T>::value, bool>::type read(ConstNodeRef const &n, T *v)
- template<class T> std::enable_if<!std::is_floating_point<T>::value, bool>::type read(NodeRef const &n, T *v)
- template<class T> std::enable_if<std::is_floating_point<T>::value, bool>::type read(ConstNodeRef const &n, T *v)
- template<class T> std::enable_if<std::is_floating_point<T>::value, bool>::type read(NodeRef const &n, T *v)
- template<class V, class Alloc> bool read(c4::yml::ConstNodeRef const &n, std::vector<V, Alloc> *vec)