MCPcopy Create free account
hub / github.com/dblalock/bolt / BoundUnaryFunction

Method BoundUnaryFunction

cpp/quantize/catch.hpp:3492–3492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3490 template<typename C>
3491 struct BoundUnaryFunction : IArgFunction<C>{
3492 BoundUnaryFunction( void (*_function)( C& ) ) : function( _function ) {}
3493 virtual void set( C& obj, std::string const& stringValue ) const {
3494 bool value;
3495 convertInto( stringValue, value );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected