C++ Server-Side SDK
LaunchDarkly SDK
Public Member Functions | List of all members
launchdarkly::server_side::evaluation::Guard Struct Reference

#include <evaluation_stack.hpp>

Public Member Functions

 Guard (std::unordered_set< std::string > &set, std::string key)
 
 Guard (Guard const &)=delete
 
Guardoperator= (Guard const &)=delete
 
 Guard (Guard &&)=delete
 
Guardoperator= (Guard &&)=delete
 

Detailed Description

Guard is an object used to track that a segment or flag key has been noticed. Upon destruction, the key is forgotten.


The documentation for this struct was generated from the following files: