LeviLamina
Loading...
Searching...
No Matches
no_value_t.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace brstd {
6
7struct no_value_t {};
8
9} // namespace brstd
Definition no_value_t.h:7