MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / result_type (max)

Method result_type (max)

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

Source from the content-addressed store, hash-verified

8198
8199 static constexpr result_type (min)() { return 0; }
8200 static constexpr result_type (max)() { return 1000000; }
8201
8202 result_type operator()( result_type n ) const;
8203 result_type operator()() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected