Livox SDK API  V2.2.0
time.h File Reference
#include "format.h"
#include <ctime>
#include <locale>

Go to the source code of this file.

Classes

struct  fmt::v5::formatter< std::tm, Char >
 

Namespaces

 fmt
 
 fmt::v5
 
 fmt::v5::internal
 

Macros

#define FMT_NOMACRO
 

Functions

null fmt::v5::internal::localtime_r (...)
 
null fmt::v5::internal::localtime_s (...)
 
null fmt::v5::internal::gmtime_r (...)
 
null fmt::v5::internal::gmtime_s (...)
 
std::tm fmt::v5::localtime (std::time_t time)
 
std::tm fmt::v5::gmtime (std::time_t time)
 
std::size_t fmt::v5::internal::strftime (char *str, std::size_t count, const char *format, const std::tm *time)
 
std::size_t fmt::v5::internal::strftime (wchar_t *str, std::size_t count, const wchar_t *format, const std::tm *time)
 

Macro Definition Documentation

#define FMT_NOMACRO

Definition at line 19 of file time.h.