MCPcopy Create free account
hub / github.com/Grive/grive / operator==

Method operator==

libgrive/src/xml/Node.cc:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354bool Node::operator==( const std::string& value ) const
355{
356 return Value() == value ;
357}
358
359std::ostream& operator<<( std::ostream& os, const Node& node )
360{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected