LeviLamina
Loading...
Searching...
No Matches
HeaderCompare.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/lib_http_client/http_stl_allocator.h"
7
8namespace xbox::httpclient {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI bool operator()(::http_string const&, ::http_string const&) const;
15 // NOLINTEND
16};
17
18} // namespace xbox::httpclient
Definition HeaderCompare.h:10