Provides basic utilities to work with version information in structures.
Most common idiom used in application code is checking for
version support:
staticif (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)
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).
Provides basic utilities to work with version information in structures.
Most common idiom used in application code is checking for version support:
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)