kcurl v0.1.10
Basic C++23 wrapper over libcurl
 
Loading...
Searching...
No Matches
curl_code.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3
4namespace kcurl {
5// NOLINTNEXTLINE(performance-enum-size)
6enum struct CurlCode : std::int64_t { Ok = 0 };
7} // namespace kcurl
Definition byte_array.hpp:6
CurlCode
Definition curl_code.hpp:6