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
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 StrAndBool& operator=(StrAndBool const&);
16 StrAndBool(StrAndBool const&);
17 StrAndBool();
18};
Definition StrAndBool.h:5
Definition Alias.h:14