LeviLamina
Loading...
Searching...
No Matches
StorageProperty.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
absl::internal_any_invocable {
6
7
enum class
StorageProperty : uint64 {
8
// bitfield representation
9
KAlignment = 1ull << 3,
10
KStorageSize = 1ull << 4,
11
};
12
13
}
src
mc
external
absl
StorageProperty.h
Generated on Sat Apr 26 2025 05:55:38 for LeviLamina by
1.12.0