MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / IsMember

Method IsMember

simcore/framework/src/cli/cli.hpp:2724–2725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2722 /// This allows in-place construction using an initializer list
2723 template <typename T, typename... Args>
2724 IsMember(std::initializer_list<T> values, Args &&...args)
2725 : IsMember(std::vector<T>(values), std::forward<Args>(args)...) {}
2726
2727 /// This checks to see if an item is in a set (empty function)
2728 template <typename T>

Callers

nothing calls this directly

Calls 6

generate_setFunction · 0.85
smart_derefFunction · 0.85
lexical_castFunction · 0.85
ValidationErrorClass · 0.85
searchFunction · 0.85
value_stringFunction · 0.85

Tested by

no test coverage detected