C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Namespaces | 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.

Namespaces

namespace  CppUtilities
 Contains all utilities provides by the c++utilities library.
 

Functions

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