ocean.util.serialize.Version

Provides basic utilities to work with version information in structures.

Most common idiom used in application code is checking for version support:

static if (Version.Info!(S).exists)
{
}

It is also possible to manually figure out whole version increment chain based on provided metadata (though use cases for that are supposed to be rare)

Members

Structs

MissingVersion
struct MissingVersion

Tag type that denotes missing version type for either next or previous version of a struct.

Version
struct Version

Namespace struct is desired because most of symbols have very common and generic names.

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).