MCPcopy Create free account
hub / github.com/USCiLab/cereal / parse_error

Method parse_error

include/cereal/external/rapidxml/rapidxml.hpp:80–84  ·  view source on GitHub ↗

Constructs parse error

Source from the content-addressed store, hash-verified

78
79 //! Constructs parse error
80 parse_error(const char *what_, void *where_)
81 : m_what(what_)
82 , m_where(where_)
83 {
84 }
85
86 //! Gets human readable description of error.
87 //! \return Pointer to null terminated description of the error.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected