LeviLamina
Loading...
Searching...
No Matches
StrAndBool.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct StrAndBool {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 8, char*> str;
10 ::ll::TypedStorage<1, 1, bool> b;
11 // NOLINTEND
12};
Definition StrAndBool.h:5