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