a C++ template to return the maximum value of a type (e.g., int) More...
#include <openbabel/mol.h>
Static Public Attributes | |
static const T | result = (static_cast<T>(0xFF) << (size-1)*8) + max_value<T, size-1>::result |
a C++ template to return the maximum value of a type (e.g., int)
const T result = (static_cast<T>(0xFF) << (size-1)*8) + max_value<T, size-1>::result [static] |