Typedefs | |
using | ZoneInfoSourceFactory = std::unique_ptr< absl::time_internal::cctz::ZoneInfoSource >(*)(const std::string &, const std::function< std::unique_ptr< absl::time_internal::cctz::ZoneInfoSource >(const std::string &)> &) |
Variables | |
ZoneInfoSourceFactory | zone_info_source_factory = DefaultFactory |
using absl::time_internal::cctz_extension::ZoneInfoSourceFactory = typedef std::unique_ptr<absl::time_internal::cctz::ZoneInfoSource> (*)( const std::string&, const std::function<std::unique_ptr< absl::time_internal::cctz::ZoneInfoSource>(const std::string&)>&) |
Definition at line 61 of file abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h.
ZoneInfoSourceFactory absl::time_internal::cctz_extension::zone_info_source_factory = DefaultFactory |
Definition at line 109 of file abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc.