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