Dynalib Utils
Public Member Functions | Friends | List of all members
date::leap Class Reference

#include <tz.h>

Public Member Functions

DATE_API leap (const std::string &s, detail::undocumented)
 
sys_seconds date () const
 

Friends

bool operator== (const leap &x, const leap &y)
 
bool operator< (const leap &x, const leap &y)
 
template<class Duration >
bool operator== (const leap &x, const sys_time< Duration > &y)
 
template<class Duration >
bool operator< (const leap &x, const sys_time< Duration > &y)
 
template<class Duration >
bool operator< (const sys_time< Duration > &x, const leap &y)
 
DATE_API std::ostream & operator<< (std::ostream &os, const leap &x)
 

Constructor & Destructor Documentation

◆ leap()

date::leap::leap ( const std::string &  s,
detail::undocumented   
)
explicit

Member Function Documentation

◆ date()

sys_seconds date::leap::date ( ) const
inline

Friends And Related Function Documentation

◆ operator< [1/3]

bool operator< ( const leap x,
const leap y 
)
friend

◆ operator< [2/3]

template<class Duration >
bool operator< ( const leap x,
const sys_time< Duration > &  y 
)
friend

◆ operator< [3/3]

template<class Duration >
bool operator< ( const sys_time< Duration > &  x,
const leap y 
)
friend

◆ operator<<

DATE_API std::ostream& operator<< ( std::ostream &  os,
const leap x 
)
friend

◆ operator== [1/2]

bool operator== ( const leap x,
const leap y 
)
friend

◆ operator== [2/2]

template<class Duration >
bool operator== ( const leap x,
const sys_time< Duration > &  y 
)
friend

The documentation for this class was generated from the following files: