MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ResultValueBase

Method ResultValueBase

unittests/catch.hpp:5737–5737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5735
5736 protected:
5737 ResultValueBase( Type type ) : ResultBase( type ) {}
5738
5739 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) {
5740 if( m_type == ResultBase::Ok )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected