Ginkgo  Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | Public Attributes | List of all members
gko::version Struct Reference

This structure is used to represent versions of various Ginkgo modules. More...

#include <ginkgo/core/base/version.hpp>

Public Member Functions

constexpr version (const uint64 major, const uint64 minor, const uint64 patch, const char *tag)
 

Public Attributes

const uint64 major
 The major version number.
 
const uint64 minor
 The minor version number.
 
const uint64 patch
 The patch version number.
 
const char *const tag
 Addition tag string that describes the version in more detail. More...
 

Detailed Description

This structure is used to represent versions of various Ginkgo modules.

Version structures can be compared using the usual relational operators.

Member Data Documentation

◆ tag

const char* const gko::version::tag

Addition tag string that describes the version in more detail.

It does not participate in comparisons.

Referenced by gko::operator<<().


The documentation for this struct was generated from the following file: