LeviLamina
Loading...
Searching...
No Matches
StringMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Facing {
6
7class StringMap {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 144, ::std::array<::std::pair<::std::string_view, uchar>, 6>> mArray;
12 // NOLINTEND
13
14public:
15 // member functions
16 // NOLINTBEGIN
17 MCNAPI ::std::optional<uchar> find(::std::string_view str) const;
18 // NOLINTEND
19};
20
21} // namespace Facing
Definition StringMap.h:7
MCAPI ::std::optional< uchar > find(::std::string_view str) const