MCPcopy Create free account
hub / github.com/apache/trafficserver / setValue

Method setValue

lib/catch2/catch.hpp:9134–9136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9132 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
9133
9134 auto setValue( std::string const &arg ) -> ParserResult override {
9135 return convertInto( arg, m_ref );
9136 }
9137 };
9138
9139 template<typename T>

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected