MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / Is32BitProcess

Method Is32BitProcess

source/benchmark/environment.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool Environment::Is32BitProcess()
63{
64 return !Is64BitProcess();
65}
66
67bool Environment::Is64BitProcess()
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected