C++ Server-Side SDK
LaunchDarkly SDK
Loading...
Searching...
No Matches
src
evaluation
operators.hpp
1
#pragma once
2
#include <launchdarkly/data_model/flag.hpp>
3
4
namespace
launchdarkly::server_side::evaluation::operators {
5
6
bool
Match(data_model::Clause::Op op,
7
Value
const
& context_value,
8
Value
const
& clause_value);
9
10
}
// namespace launchdarkly::server_side::evaluation::operators
Generated by
1.9.8