MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Max

Method Max

tests/gtest/gtest.h:6825–6825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6823// macro defined by <windows.h>.
6824template <>
6825inline float FloatingPoint<float>::Max() { return FLT_MAX; }
6826template <>
6827inline double FloatingPoint<double>::Max() { return DBL_MAX; }
6828

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected