3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/FieldTrialParameterInterface.h"
27 virtual bool Parse(::std::optional<::std::string> str_value) ;
40 MCNAPI
explicit operator bool()
const;
46 MCNAPI
void*
$ctor(::std::string_view key);
48 MCNAPI
void*
$ctor(::std::string_view key,
bool default_value);
60 MCNAPI
bool $Parse(::std::optional<::std::string> str_value);
Definition FieldTrialFlag.h:10
MCAPI void * $ctor(::std::string_view key)
static MCAPI void ** $vftable()
MCAPI bool $Parse(::std::optional<::std::string > str_value)
MCAPI void * $ctor(::std::string_view key, bool default_value)
MCAPI FieldTrialFlag(::std::string_view key)
MCAPI FieldTrialFlag(::std::string_view key, bool default_value)
Definition FieldTrialParameterInterface.h:7