13#ifndef _MISC_AUTOPYSTA
14#define _MISC_AUTOPYSTA
53 static bool range_inc(
double number,
double min,
double max);
67 template<
typename T,
typename A>
68 static bool length(std::vector<T, A> v,
int l);
A utility class that provides common testing functions.
Definition misc.h:40
static bool range_inc(double number, double min, double max)
Check if a number is within an inclusive range.
static bool length(std::vector< T, A > v, int l)
Check if a vector has a specific length.
std::string version()
Get the software version information.