Tinker9 70bd052 (Thu Nov 9 12:11:35 2023 -0800)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
tinker::calc::Vers< USE > Class Template Reference

Sanity checks for version constants. More...

#include <rcman.h>

Static Public Attributes

static constexpr int value = USE
 
static constexpr int e = USE & calc::energy
 
static constexpr int a = USE & calc::analyz
 
static constexpr int g = USE & calc::grad
 
static constexpr int v = USE & calc::virial
 

Detailed Description

template<int USE>
class tinker::calc::Vers< USE >

Sanity checks for version constants.

Member Data Documentation

◆ a

template<int USE>
constexpr int tinker::calc::Vers< USE >::a = USE & calc::analyz
staticconstexpr

◆ e

template<int USE>
constexpr int tinker::calc::Vers< USE >::e = USE & calc::energy
staticconstexpr

◆ g

template<int USE>
constexpr int tinker::calc::Vers< USE >::g = USE & calc::grad
staticconstexpr

◆ v

template<int USE>
constexpr int tinker::calc::Vers< USE >::v = USE & calc::virial
staticconstexpr

◆ value

template<int USE>
constexpr int tinker::calc::Vers< USE >::value = USE
staticconstexpr

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