openMSX
|
#include "aligned.hh"
#include "endian.hh"
#include <algorithm>
#include <array>
#include <bit>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <string_view>
#include <type_traits>
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) |
bool small_compare | ( | const char * | p | ) |
Definition at line 110 of file small_compare.hh.
bool small_compare | ( | std::string_view | str | ) |
Definition at line 122 of file small_compare.hh.