NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::ctc_detail Namespace Reference

Classes

struct  return_clock_time
 
struct  return_from_local
 
struct  return_from_local< Clock, Duration, decltype(Clock::from_local(declval< time_point< local_t, Duration > const & >()), void()) >
 
struct  return_from_sys
 
struct  return_from_sys< Clock, Duration, decltype(Clock::from_sys(declval< time_point< system_clock, Duration > const & >()), void()) >
 
struct  return_from_utc
 
struct  return_from_utc< Clock, Duration, decltype(Clock::from_utc(declval< time_point< utc_clock, Duration > const & >()), void()) >
 
struct  return_to_local
 
struct  return_to_local< Clock, Duration, decltype(Clock::to_local(declval< time_point< Clock, Duration > const & >()), void()) >
 
struct  return_to_sys
 
struct  return_to_sys< Clock, Duration, decltype(Clock::to_sys(declval< time_point< Clock, Duration > const & >()), void()) >
 
struct  return_to_utc
 
struct  return_to_utc< Clock, Duration, decltype(Clock::to_utc(declval< time_point< Clock, Duration > const & >()), void()) >
 

Typedefs

template<class Clock , class Duration >
using time_point = std::chrono::time_point< Clock, Duration >
 

Typedef Documentation

◆ time_point

template<class Clock , class Duration >
using date::ctc_detail::time_point = typedef std::chrono::time_point<Clock, Duration>

Definition at line 2407 of file tz.h.