openMSX
Classes | Namespaces | Functions
small_compare.hh File Reference
#include "aligned.hh"
#include "endian.hh"
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <string_view>
#include <type_traits>
Include dependency graph for small_compare.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  StringLiteral< N >
 
struct  detail::Load8
 
struct  detail::Load16
 
struct  detail::Load32
 
struct  detail::Load64
 

Namespaces

namespace  detail
 

Functions

template<StringLiteral Literal>
bool small_compare (const char *p)
 
template<StringLiteral Literal>
bool small_compare (std::string_view str)
 

Function Documentation

◆ small_compare() [1/2]

template<StringLiteral Literal>
bool small_compare ( const char *  p)

Definition at line 108 of file small_compare.hh.

◆ small_compare() [2/2]

template<StringLiteral Literal>
bool small_compare ( std::string_view  str)

Definition at line 120 of file small_compare.hh.