MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / Assign

Method Assign

external/yaml-cpp/include/yaml-cpp/node/impl.h:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212template <typename T>
213inline void Node::Assign(const T& rhs) {
214 if (!m_isValid)
215 throw InvalidNode();
216 AssignData(convert<T>::encode(rhs));
217}
218
219template <>
220inline void Node::Assign(const std::string& rhs) {

Callers

nothing calls this directly

Calls 2

InvalidNodeFunction · 0.85
set_scalarMethod · 0.45

Tested by

no test coverage detected