#include <cstdint>#include <optional>#include <tuple>Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Typedefs | |
| using | flutter::ProductVersion = std::tuple< int32_t, int32_t, int32_t > |
Functions | |
| std::optional< ProductVersion > | flutter::ProductVersionFromSystemVersionPList () |
| bool | flutter::IsEncodedVersionLessThanOrSame (uint32_t encoded_lhs, ProductVersion rhs) |