Project
Loading...
Searching...
No Matches
strtag.h File Reference
#include <cstring>
#include <cstdint>
#include <string>
#include <type_traits>

Go to the source code of this file.

Functions

template<class T = uint64_t, std::size_t N>
constexpr T qStr2Tag (const char(&str)[N])
 
template<class T >
std::string qTag2Str (const T tag)
 

Detailed Description

Author
David Rohr

Definition in file strtag.h.

Function Documentation

◆ qStr2Tag()

template<class T = uint64_t, std::size_t N>
constexpr T qStr2Tag ( const char(&)  str[N])
constexpr

Definition at line 24 of file strtag.h.

◆ qTag2Str()

template<class T >
std::string qTag2Str ( const T  tag)

Definition at line 36 of file strtag.h.