LeviLamina
Loading...
Searching...
No Matches
RelativeUnit.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc::rtc_units_impl {
6
7template <typename T0>
8class RelativeUnit {};
9
10} // namespace webrtc::rtc_units_impl
Definition RelativeUnit.h:8