C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include "./datetime.h"
#include "../conversion/stringbuilder.h"
#include "../conversion/stringconversion.h"
#include <iomanip>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Functions | |
template<typename num1 , typename num2 , typename num3 > | |
constexpr bool | inRangeInclMax (num1 val, num2 min, num3 max) |
template<typename num1 , typename num2 , typename num3 > | |
constexpr bool | inRangeExclMax (num1 val, num2 min, num3 max) |
constexpr bool inRangeExclMax | ( | num1 | val, |
num2 | min, | ||
num3 | max | ||
) |
Definition at line 31 of file datetime.cpp.
constexpr bool inRangeInclMax | ( | num1 | val, |
num2 | min, | ||
num3 | max | ||
) |
Definition at line 26 of file datetime.cpp.