azure-core-cpp

Core primitives and helpers for Azure SDK C++ client libraries

brewmacoslinux
Try with needOr install directly
Source

About

Primitives, abstractions and helpers for Azure SDK client libraries

Commands

azure-core-cpp

Examples

Include azure-core-cpp headers in a C++ project to use Azure SDK primitives$ #include <azure/core.hpp>
Link azure-core-cpp library when compiling Azure SDK dependent applications$ g++ -o myapp myapp.cpp -lazure-core
Use HTTP client utilities from azure-core-cpp for REST API calls$ #include <azure/core/http/http.hpp>