BitMagic-C++
Static Public Attributes
bm::_copyright< T > Struct Template Reference

Internal structure. More...

#include <bmconst.h>

Static Public Attributes

static const char _p []
 Version as a text. More...
 
static const unsigned _v [3]
 MAJOR.MINOR.PATCH version components. More...
 

Detailed Description

template<bool T>
struct bm::_copyright< T >

Internal structure.

Copyright information.

Definition at line 238 of file bmconst.h.

Field Documentation

◆ _p

template<bool T>
const char bm::_copyright< T >::_p
static
Initial value:
=
"BitMagic Library. v.7.11.2 (c) 2002-2022 Anatoliy Kuznetsov."

Version as a text.

Definition at line 240 of file bmconst.h.

◆ _v

template<bool T>
const unsigned bm::_copyright< T >::_v
static
Initial value:
=
#define BM_VERSION_PATCH
Definition: bmconst.h:246
#define BM_VERSION_MINOR
Definition: bmconst.h:245
#define BM_VERSION_MAJOR
Definition: bmconst.h:244

MAJOR.MINOR.PATCH version components.

Definition at line 241 of file bmconst.h.


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