Go to the documentation of this file. 15 #ifndef ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_ 16 #define ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_ 26 #define ABSL_PRETTY_FUNCTION __FUNCSIG__ 27 #elif defined(__GNUC__) 28 #define ABSL_PRETTY_FUNCTION __PRETTY_FUNCTION__ 30 #error "Unsupported compiler" 33 #endif // ABSL_BASE_INTERNAL_PRETTY_FUNCTION_H_
abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:57