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

Method result_type (min)

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

Source from the content-addressed store, hash-verified

8197 using result_type = unsigned int;
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected