C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Functions
datetime.cpp File Reference
#include "./datetime.h"
#include "../conversion/stringbuilder.h"
#include "../conversion/stringconversion.h"
#include <iomanip>
#include <sstream>
#include <stdexcept>
Include dependency graph for datetime.cpp:

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)
 

Function Documentation

◆ inRangeExclMax()

template<typename num1 , typename num2 , typename num3 >
constexpr bool inRangeExclMax ( num1  val,
num2  min,
num3  max 
)

Definition at line 31 of file datetime.cpp.

◆ inRangeInclMax()

template<typename num1 , typename num2 , typename num3 >
constexpr bool inRangeInclMax ( num1  val,
num2  min,
num3  max 
)

Definition at line 26 of file datetime.cpp.