Data_deduplication_service
Service that will use hashes to deduplicate files
myConcepts.h File Reference
#include <glog/logging.h>
#include <cstdarg>
#include <concepts>
#include <array>
#include <type_traits>
#include "clockArray.h"
+ Include dependency graph for myConcepts.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 myConcepts
 concepts namespace
 

Typedefs

using myConcepts::clockType = timing::chronoClockTemplate< std::milli >
 
using myConcepts::symbolType = char
 

Enumerations

enum  myConcepts::returnCodes { myConcepts::WarningMessage = -3 , myConcepts::AlreadyExists = -2 , myConcepts::ErrorOccured = -1 , myConcepts::ReturnSucess = 0 }
 
enum  myConcepts::paramType { myConcepts::EmptyParameterValue = -1 }
 

Functions

std::string myConcepts::vformat (const char *zcFormat,...)
 

Variables

clockType myConcepts::gClk {}
 
template<typename T >
concept myConcepts::printable