LeviLamina
Loading...
Searching...
No Matches
detail.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace xbox::httpclient::detail {
6// functions
7// NOLINTBEGIN
8MCAPI long StdBadAllocToResult(::std::bad_alloc const&, char const*, uint);
9
10MCAPI long StdExceptionToResult(::std::exception const&, char const*, uint);
11
12MCAPI long UnknownExceptionToResult(char const*, uint);
13// NOLINTEND
14
15} // namespace xbox::httpclient::detail