C++ Client-Side SDK
LaunchDarkly SDK
shared_function_argument_macro_definitions.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 /* Function should operate asynchronously. */
5 #define LD_NONBLOCKING 0
6 
7 /* Function should discard evaluation details. */
8 #define LD_DISCARD_DETAIL NULL