MCPcopy Create free account
hub / github.com/Haivision/srt / FOptionValue

Method FOptionValue

srtcore/group.cpp:808–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806{
807 SRT_SOCKOPT expected;
808 FOptionValue(SRT_SOCKOPT v): expected(v) {}
809 bool operator()(const CUDTGroup::ConfigItem& i) const
810 {
811 return i.so == expected;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected