We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bdd3a commit bbf8305Copy full SHA for bbf8305
absl/types/any.h
@@ -103,8 +103,8 @@ template <typename Type>
103
constexpr char TypeTag<Type>::dummy_var;
104
105
// FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
106
-// passed in type. These are meant to be good match for keys into maps or straight
107
-// up comparisons.
+// passed in type. These are meant to be good match for keys into maps or
+// straight up comparisons.
108
template<typename Type>
109
constexpr inline const void* FastTypeId() {
110
return &TypeTag<Type>::dummy_var;
0 commit comments