LeviLamina
Loading...
Searching...
No Matches
NullType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cereal {
6
7struct NullType {
8 [[nodiscard]] constexpr bool operator==(NullType const&) const noexcept = default;
9};
10
11} // namespace cereal
Definition NullType.h:7