#include "absl/base/config.h"
Go to the source code of this file.
Classes | |
class | absl::flags_internal::Flag< T > |
Namespaces | |
absl | |
absl::flags_internal | |
Macros | |
#define | ABSL_DECLARE_FLAG(type, name) ABSL_DECLARE_FLAG_INTERNAL(type, name) |
#define | ABSL_DECLARE_FLAG_INTERNAL(type, name) |
Typedefs | |
template<typename T > | |
using | absl::Flag = flags_internal::Flag< T > |
#define ABSL_DECLARE_FLAG | ( | type, | |
name | |||
) | ABSL_DECLARE_FLAG_INTERNAL(type, name) |
Definition at line 63 of file abseil-cpp/absl/flags/declare.h.
Definition at line 67 of file abseil-cpp/absl/flags/declare.h.