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