#include "absl/flags/flag.h"
#include <cstring>
Go to the source code of this file.
T GetFlag(const absl::Flag<T>& flag) { \ T result; \ flag.internal.Read(&result, &flags_internal::FlagOps<T>); \ return result; \ }
Definition at line 27 of file flag.cc.