Registry / config / configcat

configcat

JSON →
library4.0.5vcpkgunverified

ConfigCat SDK for C++ provides easy integration for your application to ConfigCat. ConfigCat is a feature flag and configuration management service that lets you separate feature releases from deployments. Alternative to LaunchDarkly.

vcpkg install configcat
INSTALL
IMPORT
SIG · CONFIGCAT
C
configcat
configcppv4.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

configcat/configcat.h
#include <configcat/configcat.h>

Initialize ConfigCat client and check a feature flag

#include "configcat/configcat.h" #include <iostream> int main() { auto client = configcat::ConfigCatClient::get("YOUR_SDK_KEY"); bool isEnabled = client->getValue("isMyFeatureEnabled", false); std::cout << "Feature enabled: " << isEnabled << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
Resources

No resource links recorded.

configcat — pip install configcat · libregistry