SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
String.h File Reference
#include <cstddef>
#include <span>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for String.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sourcepp
 
namespace  sourcepp::crypto
 

Functions

std::vector< std::byte > sourcepp::crypto::decodeHexString (std::string_view hex)
 
std::string sourcepp::crypto::encodeHexString (std::span< const std::byte > hex)