C++ Server-Side SDK
LaunchDarkly SDK
|
#include <evaluation_stack.hpp>
Public Member Functions | |
Guard (std::unordered_set< std::string > &set, std::string key) | |
Guard (Guard const &)=delete | |
Guard & | operator= (Guard const &)=delete |
Guard (Guard &&)=delete | |
Guard & | operator= (Guard &&)=delete |
Guard is an object used to track that a segment or flag key has been noticed. Upon destruction, the key is forgotten.