VersionBitsConditionChecker::Condition

Returns whether a version number signals this deployment's bit.

Synopsis

Declared in <versionbits_impl.h>

bool
Condition(int32_t nVersion) const;

Return Value

true if the version signals this deployment's bit.

Parameters

NameDescription
nVersionThe block version to test.