LeviLamina
Loading...
Searching...
No Matches
shared_ptr_cache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace xbox::httpclient {
6
8public:
9 // static functions
10 // NOLINTBEGIN
11 MCAPI static void remove(void*);
12 // NOLINTEND
13};
14
15} // namespace xbox::httpclient
Definition shared_ptr_cache.h:7