MCPcopy Create free account
hub / github.com/cirquit/trdrop / BoundBinaryFunction

Method BoundBinaryFunction

ext/catch.hpp:4475–4475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4473 template<typename C, typename T>
4474 struct BoundBinaryFunction : IArgFunction<C>{
4475 BoundBinaryFunction( void (*_function)( C&, T ) ) : function( _function ) {}
4476 virtual void set( C& obj, std::string const& stringValue ) const {
4477 typename RemoveConstRef<T>::type value;
4478 convertInto( stringValue, value );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected