MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / check_signed_range

Function check_signed_range

Source/Utils/cxxopts.hpp:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840
841 template <typename T, typename U>
842 void
843 check_signed_range(bool negative, U value, const std::string& text)
844 {
845 SignedCheck<T, std::numeric_limits<T>::is_signed>()(negative, value, text);
846 }
847 } // namespace detail
848
849 template <typename R, typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected