repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
denoise.h File Reference
#include <cstddef>
#include <set>
#include <type_traits>
#include <librepr/macro/assert.h>
#include <librepr/macro/util.h>
#include <librepr/util/string/buffer.h>
Include dependency graph for denoise.h:

Go to the source code of this file.

Classes

struct  librepr::detail::msvc::SymToken
 
struct  librepr::detail::msvc::SymLexer
 
struct  librepr::detail::msvc::SymParser
 

Namespaces

namespace  librepr
 
namespace  librepr::detail
 
namespace  librepr::detail::msvc
 

Typedefs

using librepr::detail::msvc::uhalfptr_t = std::conditional_t< sizeof(void *)==8, std::uint32_t, std::uint16_t >
 
using librepr::detail::msvc::ihalfptr_t = std::make_signed_t< uhalfptr_t >
 
using librepr::detail::msvc::SymBuffer = StringBuffer
 

Functions

LIBREPR_HINT_INLINE std::string librepr::detail::denoise_name (std::string_view name)