float_conversion.h
Go to the documentation of this file.
00001 #ifndef ABSL_STRINGS_INTERNAL_STR_FORMAT_FLOAT_CONVERSION_H_
00002 #define ABSL_STRINGS_INTERNAL_STR_FORMAT_FLOAT_CONVERSION_H_
00003 
00004 #include "absl/strings/internal/str_format/extension.h"
00005 
00006 namespace absl {
00007 namespace str_format_internal {
00008 
00009 bool ConvertFloatImpl(float v, const ConversionSpec &conv,
00010                       FormatSinkImpl *sink);
00011 
00012 bool ConvertFloatImpl(double v, const ConversionSpec &conv,
00013                       FormatSinkImpl *sink);
00014 
00015 bool ConvertFloatImpl(long double v, const ConversionSpec &conv,
00016                       FormatSinkImpl *sink);
00017 
00018 }  // namespace str_format_internal
00019 }  // namespace absl
00020 
00021 #endif  // ABSL_STRINGS_INTERNAL_STR_FORMAT_FLOAT_CONVERSION_H_


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:14