C++ Server-Side SDK
LaunchDarkly SDK
Typedefs | Functions
config.h File Reference
#include <launchdarkly/bindings/c/export.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _LDCServerConfig * LDServerConfig
 

Functions

 LDServerConfig_Free (LDServerConfig config)
 

Function Documentation

◆ LDServerConfig_Free()

LDServerConfig_Free ( LDServerConfig  config)

Free the configuration. Configurations passed into an LDServerSDK_New call do not need to be freed.

Parameters
configConfig to free.