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
4
namespace
kcurl
{
5
// NOLINTNEXTLINE(performance-enum-size)
6
enum struct
CurlCode
: std::int64_t {
Ok
= 0 };
7
}
// namespace kcurl
kcurl
Definition
byte_array.hpp:6
kcurl::CurlCode
CurlCode
Definition
curl_code.hpp:6
kcurl::CurlCode::Ok
@ Ok
lib
include
kcurl
curl_code.hpp
Generated by
1.9.8