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

Go to the source code of this file.

Classes

struct  fmt::v5::internal::chrono_format_checker
 
struct  fmt::v5::internal::chrono_formatter< FormatContext, OutputIt >
 
struct  fmt::v5::formatter< std::chrono::duration< Rep, Period >, Char >
 

Namespaces

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

Enumerations

enum  fmt::v5::internal::numeric_system { fmt::v5::internal::numeric_system::standard, fmt::v5::internal::numeric_system::alternative }
 

Functions

template<typename Char , typename Handler >
const Char * fmt::v5::internal::parse_chrono_format (const Char *begin, const Char *end, Handler &&handler)
 
template<typename Int >
int fmt::v5::internal::to_int (Int value)
 
template<typename Period >
const char * fmt::v5::get_units ()
 
template<>
const char * fmt::v5::get_units< std::atto > ()
 
template<>
const char * fmt::v5::get_units< std::femto > ()
 
template<>
const char * fmt::v5::get_units< std::pico > ()
 
template<>
const char * fmt::v5::get_units< std::nano > ()
 
template<>
const char * fmt::v5::get_units< std::micro > ()
 
template<>
const char * fmt::v5::get_units< std::milli > ()
 
template<>
const char * fmt::v5::get_units< std::centi > ()
 
template<>
const char * fmt::v5::get_units< std::deci > ()
 
template<>
const char * fmt::v5::get_units< std::ratio< 1 > > ()
 
template<>
const char * fmt::v5::get_units< std::deca > ()
 
template<>
const char * fmt::v5::get_units< std::hecto > ()
 
template<>
const char * fmt::v5::get_units< std::kilo > ()
 
template<>
const char * fmt::v5::get_units< std::mega > ()
 
template<>
const char * fmt::v5::get_units< std::giga > ()
 
template<>
const char * fmt::v5::get_units< std::tera > ()
 
template<>
const char * fmt::v5::get_units< std::peta > ()
 
template<>
const char * fmt::v5::get_units< std::exa > ()
 
template<>
const char * fmt::v5::get_units< std::ratio< 60 > > ()
 
template<>
const char * fmt::v5::get_units< std::ratio< 3600 > > ()