1#ifndef UTIL_BRACKET_POLICY_H
2#define UTIL_BRACKET_POLICY_H
21 namespace BracketPolicy
27 enum Type {Required, Forbidden, Optional};
File containing preprocessor macros for error handling.
void set(BracketPolicy::Type policy)
Set policy regarding use of bracket delimiters on arrays.
BracketPolicy::Type get()
Get value of bracket policy.
Type
Typeeration of policies regarding use of delimiters on arrays.
Utility classes for scientific computation.