LeviLamina
Loading...
Searching...
No Matches
VoidUnion.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc::webrtc_function_impl {
6
7union VoidUnion {
8public:
9 // member variables
10 // NOLINTBEGIN
14 // NOLINTEND
15};
16} // namespace webrtc::webrtc_function_impl
Definition Alias.h:14