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

Namespaces

namespace  literals
 

Classes

class  day
 
struct  last_spec
 
class  month
 
class  month_day
 
class  month_day_last
 
class  month_weekday
 
class  month_weekday_last
 
class  weekday
 
class  weekday_indexed
 
class  weekday_last
 
class  year
 
class  year_month
 
class  year_month_day
 
class  year_month_day_last
 
class  year_month_weekday
 
class  year_month_weekday_last
 

Typedefs

using days = date::days
 
using weeks = date::weeks
 
using years = std::chrono::duration< int, date::detail::ratio_multiply< std::ratio< 1461, 4 >, days::period > >
 
using months = std::chrono::duration< int, date::detail::ratio_divide< years::period, std::ratio< 12 > > >
 
using sys_days = date::sys_days
 
using local_days = date::local_days
 

Functions

CONSTCD11 year_month operator/ (const year &y, const month &m) NOEXCEPT
 
CONSTCD11 year_month operator/ (const year &y, int m) NOEXCEPT
 
CONSTCD11 month_day operator/ (const day &d, const month &m) NOEXCEPT
 
CONSTCD11 month_day operator/ (const day &d, int m) NOEXCEPT
 
CONSTCD11 month_day operator/ (const month &m, const day &d) NOEXCEPT
 
CONSTCD11 month_day operator/ (const month &m, int d) NOEXCEPT
 
CONSTCD11 month_day operator/ (int m, const day &d) NOEXCEPT
 
CONSTCD11 month_day_last operator/ (const month &m, last_spec) NOEXCEPT
 
CONSTCD11 month_day_last operator/ (int m, last_spec) NOEXCEPT
 
CONSTCD11 month_day_last operator/ (last_spec, const month &m) NOEXCEPT
 
CONSTCD11 month_day_last operator/ (last_spec, int m) NOEXCEPT
 
CONSTCD11 month_weekday operator/ (const month &m, const weekday_indexed &wdi) NOEXCEPT
 
CONSTCD11 month_weekday operator/ (int m, const weekday_indexed &wdi) NOEXCEPT
 
CONSTCD11 month_weekday operator/ (const weekday_indexed &wdi, const month &m) NOEXCEPT
 
CONSTCD11 month_weekday operator/ (const weekday_indexed &wdi, int m) NOEXCEPT
 
CONSTCD11 month_weekday_last operator/ (const month &m, const weekday_last &wdl) NOEXCEPT
 
CONSTCD11 month_weekday_last operator/ (int m, const weekday_last &wdl) NOEXCEPT
 
CONSTCD11 month_weekday_last operator/ (const weekday_last &wdl, const month &m) NOEXCEPT
 
CONSTCD11 month_weekday_last operator/ (const weekday_last &wdl, int m) NOEXCEPT
 
CONSTCD11 year_month_day operator/ (const year_month &ym, const day &d) NOEXCEPT
 
CONSTCD11 year_month_day operator/ (const year_month &ym, int d) NOEXCEPT
 
CONSTCD11 year_month_day operator/ (const year &y, const month_day &md) NOEXCEPT
 
CONSTCD11 year_month_day operator/ (int y, const month_day &md) NOEXCEPT
 
CONSTCD11 year_month_day operator/ (const month_day &md, const year &y) NOEXCEPT
 
CONSTCD11 year_month_day operator/ (const month_day &md, int y) NOEXCEPT
 
CONSTCD11 year_month_day_last operator/ (const year_month &ym, last_spec) NOEXCEPT
 
CONSTCD11 year_month_day_last operator/ (const year &y, const month_day_last &mdl) NOEXCEPT
 
CONSTCD11 year_month_day_last operator/ (int y, const month_day_last &mdl) NOEXCEPT
 
CONSTCD11 year_month_day_last operator/ (const month_day_last &mdl, const year &y) NOEXCEPT
 
CONSTCD11 year_month_day_last operator/ (const month_day_last &mdl, int y) NOEXCEPT
 
CONSTCD11 year_month_weekday operator/ (const year_month &ym, const weekday_indexed &wdi) NOEXCEPT
 
CONSTCD11 year_month_weekday operator/ (const year &y, const month_weekday &mwd) NOEXCEPT
 
CONSTCD11 year_month_weekday operator/ (int y, const month_weekday &mwd) NOEXCEPT
 
CONSTCD11 year_month_weekday operator/ (const month_weekday &mwd, const year &y) NOEXCEPT
 
CONSTCD11 year_month_weekday operator/ (const month_weekday &mwd, int y) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator/ (const year_month &ym, const weekday_last &wdl) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator/ (const year &y, const month_weekday_last &mwdl) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator/ (int y, const month_weekday_last &mwdl) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator/ (const month_weekday_last &mwdl, const year &y) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator/ (const month_weekday_last &mwdl, int y) NOEXCEPT
 
CONSTCD11 bool operator== (const day &x, const day &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const day &x, const day &y) NOEXCEPT
 
CONSTCD11 bool operator< (const day &x, const day &y) NOEXCEPT
 
CONSTCD11 bool operator> (const day &x, const day &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const day &x, const day &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const day &x, const day &y) NOEXCEPT
 
CONSTCD11 day operator+ (const day &x, const days &y) NOEXCEPT
 
CONSTCD11 day operator+ (const days &x, const day &y) NOEXCEPT
 
CONSTCD11 day operator- (const day &x, const days &y) NOEXCEPT
 
CONSTCD11 days operator- (const day &x, const day &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const day &d)
 
CONSTCD11 bool operator== (const month &x, const month &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const month &x, const month &y) NOEXCEPT
 
CONSTCD11 bool operator< (const month &x, const month &y) NOEXCEPT
 
CONSTCD11 bool operator> (const month &x, const month &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const month &x, const month &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const month &x, const month &y) NOEXCEPT
 
CONSTCD14 month operator+ (const month &x, const months &y) NOEXCEPT
 
CONSTCD14 month operator+ (const months &x, const month &y) NOEXCEPT
 
CONSTCD14 month operator- (const month &x, const months &y) NOEXCEPT
 
CONSTCD14 months operator- (const month &x, const month &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const month &m)
 
CONSTCD11 bool operator== (const year &x, const year &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const year &x, const year &y) NOEXCEPT
 
CONSTCD11 bool operator< (const year &x, const year &y) NOEXCEPT
 
CONSTCD11 bool operator> (const year &x, const year &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const year &x, const year &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const year &x, const year &y) NOEXCEPT
 
CONSTCD11 year operator+ (const year &x, const years &y) NOEXCEPT
 
CONSTCD11 year operator+ (const years &x, const year &y) NOEXCEPT
 
CONSTCD11 year operator- (const year &x, const years &y) NOEXCEPT
 
CONSTCD11 years operator- (const year &x, const year &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const year &y)
 
CONSTCD11 bool operator== (const weekday &x, const weekday &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const weekday &x, const weekday &y) NOEXCEPT
 
CONSTCD14 weekday operator+ (const weekday &x, const days &y) NOEXCEPT
 
CONSTCD14 weekday operator+ (const days &x, const weekday &y) NOEXCEPT
 
CONSTCD14 weekday operator- (const weekday &x, const days &y) NOEXCEPT
 
CONSTCD14 days operator- (const weekday &x, const weekday &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const weekday &wd)
 
CONSTCD11 bool operator== (const weekday_indexed &x, const weekday_indexed &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const weekday_indexed &x, const weekday_indexed &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const weekday_indexed &wdi)
 
CONSTCD11 bool operator== (const weekday_last &x, const weekday_last &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const weekday_last &x, const weekday_last &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const weekday_last &wdl)
 
CONSTCD11 bool operator== (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD11 bool operator< (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD11 bool operator> (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD14 year_month operator+ (const year_month &ym, const months &dm) NOEXCEPT
 
CONSTCD14 year_month operator+ (const months &dm, const year_month &ym) NOEXCEPT
 
CONSTCD14 year_month operator- (const year_month &ym, const months &dm) NOEXCEPT
 
CONSTCD11 months operator- (const year_month &x, const year_month &y) NOEXCEPT
 
CONSTCD11 year_month operator+ (const year_month &ym, const years &dy) NOEXCEPT
 
CONSTCD11 year_month operator+ (const years &dy, const year_month &ym) NOEXCEPT
 
CONSTCD11 year_month operator- (const year_month &ym, const years &dy) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const year_month &ym)
 
CONSTCD11 bool operator== (const month_day &x, const month_day &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const month_day &x, const month_day &y) NOEXCEPT
 
CONSTCD11 bool operator< (const month_day &x, const month_day &y) NOEXCEPT
 
CONSTCD11 bool operator> (const month_day &x, const month_day &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const month_day &x, const month_day &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const month_day &x, const month_day &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const month_day &md)
 
CONSTCD11 bool operator== (const month_day_last &x, const month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const month_day_last &x, const month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator< (const month_day_last &x, const month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator> (const month_day_last &x, const month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const month_day_last &x, const month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const month_day_last &x, const month_day_last &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const month_day_last &mdl)
 
CONSTCD11 bool operator== (const month_weekday &x, const month_weekday &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const month_weekday &x, const month_weekday &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const month_weekday &mwd)
 
CONSTCD11 bool operator== (const month_weekday_last &x, const month_weekday_last &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const month_weekday_last &x, const month_weekday_last &y) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const month_weekday_last &mwdl)
 
CONSTCD11 bool operator== (const year_month_day &x, const year_month_day &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const year_month_day &x, const year_month_day &y) NOEXCEPT
 
CONSTCD11 bool operator< (const year_month_day &x, const year_month_day &y) NOEXCEPT
 
CONSTCD11 bool operator> (const year_month_day &x, const year_month_day &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const year_month_day &x, const year_month_day &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const year_month_day &x, const year_month_day &y) NOEXCEPT
 
CONSTCD14 year_month_day operator+ (const year_month_day &ymd, const months &dm) NOEXCEPT
 
CONSTCD14 year_month_day operator+ (const months &dm, const year_month_day &ymd) NOEXCEPT
 
CONSTCD14 year_month_day operator- (const year_month_day &ymd, const months &dm) NOEXCEPT
 
CONSTCD11 year_month_day operator+ (const year_month_day &ymd, const years &dy) NOEXCEPT
 
CONSTCD11 year_month_day operator+ (const years &dy, const year_month_day &ymd) NOEXCEPT
 
CONSTCD11 year_month_day operator- (const year_month_day &ymd, const years &dy) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const year_month_day &ymd)
 
CONSTCD11 bool operator== (const year_month_day_last &x, const year_month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const year_month_day_last &x, const year_month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator< (const year_month_day_last &x, const year_month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator> (const year_month_day_last &x, const year_month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator<= (const year_month_day_last &x, const year_month_day_last &y) NOEXCEPT
 
CONSTCD11 bool operator>= (const year_month_day_last &x, const year_month_day_last &y) NOEXCEPT
 
CONSTCD14 year_month_day_last operator+ (const year_month_day_last &ymdl, const months &dm) NOEXCEPT
 
CONSTCD14 year_month_day_last operator+ (const months &dm, const year_month_day_last &ymdl) NOEXCEPT
 
CONSTCD11 year_month_day_last operator+ (const year_month_day_last &ymdl, const years &dy) NOEXCEPT
 
CONSTCD11 year_month_day_last operator+ (const years &dy, const year_month_day_last &ymdl) NOEXCEPT
 
CONSTCD14 year_month_day_last operator- (const year_month_day_last &ymdl, const months &dm) NOEXCEPT
 
CONSTCD11 year_month_day_last operator- (const year_month_day_last &ymdl, const years &dy) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const year_month_day_last &ymdl)
 
CONSTCD11 bool operator== (const year_month_weekday &x, const year_month_weekday &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const year_month_weekday &x, const year_month_weekday &y) NOEXCEPT
 
CONSTCD14 year_month_weekday operator+ (const year_month_weekday &ymwd, const months &dm) NOEXCEPT
 
CONSTCD14 year_month_weekday operator+ (const months &dm, const year_month_weekday &ymwd) NOEXCEPT
 
CONSTCD11 year_month_weekday operator+ (const year_month_weekday &ymwd, const years &dy) NOEXCEPT
 
CONSTCD11 year_month_weekday operator+ (const years &dy, const year_month_weekday &ymwd) NOEXCEPT
 
CONSTCD14 year_month_weekday operator- (const year_month_weekday &ymwd, const months &dm) NOEXCEPT
 
CONSTCD11 year_month_weekday operator- (const year_month_weekday &ymwd, const years &dy) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const year_month_weekday &ymwdi)
 
CONSTCD11 bool operator== (const year_month_weekday_last &x, const year_month_weekday_last &y) NOEXCEPT
 
CONSTCD11 bool operator!= (const year_month_weekday_last &x, const year_month_weekday_last &y) NOEXCEPT
 
CONSTCD14 year_month_weekday_last operator+ (const year_month_weekday_last &ymwdl, const months &dm) NOEXCEPT
 
CONSTCD14 year_month_weekday_last operator+ (const months &dm, const year_month_weekday_last &ymwdl) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator+ (const year_month_weekday_last &ymwdl, const years &dy) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator+ (const years &dy, const year_month_weekday_last &ymwdl) NOEXCEPT
 
CONSTCD14 year_month_weekday_last operator- (const year_month_weekday_last &ymwdl, const months &dm) NOEXCEPT
 
CONSTCD11 year_month_weekday_last operator- (const year_month_weekday_last &ymwdl, const years &dy) NOEXCEPT
 
template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & operator<< (std::basic_ostream< CharT, Traits > &os, const year_month_weekday_last &ymwdl)
 
CONSTCD11 julian::day operator""_d (unsigned long long d) NOEXCEPT
 
CONSTCD11 julian::year operator""_y (unsigned long long y) NOEXCEPT
 

Variables

CONSTDATA julian::last_spec last {}
 
CONSTDATA julian::month jan {1}
 
CONSTDATA julian::month feb {2}
 
CONSTDATA julian::month mar {3}
 
CONSTDATA julian::month apr {4}
 
CONSTDATA julian::month may {5}
 
CONSTDATA julian::month jun {6}
 
CONSTDATA julian::month jul {7}
 
CONSTDATA julian::month aug {8}
 
CONSTDATA julian::month sep {9}
 
CONSTDATA julian::month oct {10}
 
CONSTDATA julian::month nov {11}
 
CONSTDATA julian::month dec {12}
 
CONSTDATA julian::weekday sun {0u}
 
CONSTDATA julian::weekday mon {1u}
 
CONSTDATA julian::weekday tue {2u}
 
CONSTDATA julian::weekday wed {3u}
 
CONSTDATA julian::weekday thu {4u}
 
CONSTDATA julian::weekday fri {5u}
 
CONSTDATA julian::weekday sat {6u}
 

Typedef Documentation

◆ days

using julian::days = typedef date::days

Definition at line 37 of file julian.h.

◆ local_days

Definition at line 50 of file julian.h.

◆ months

using julian::months = typedef std::chrono::duration <int, date::detail::ratio_divide<years::period, std::ratio<12> >>

Definition at line 44 of file julian.h.

◆ sys_days

Definition at line 49 of file julian.h.

◆ weeks

using julian::weeks = typedef date::weeks

Definition at line 39 of file julian.h.

◆ years

using julian::years = typedef std::chrono::duration <int, date::detail::ratio_multiply<std::ratio<1461, 4>, days::period> >

Definition at line 41 of file julian.h.

Function Documentation

◆ operator!=() [1/15]

CONSTCD11 bool julian::operator!= ( const day x,
const day y 
)
inline

Definition at line 807 of file julian.h.

◆ operator!=() [2/15]

CONSTCD11 bool julian::operator!= ( const month x,
const month y 
)
inline

Definition at line 930 of file julian.h.

◆ operator!=() [3/15]

CONSTCD11 bool julian::operator!= ( const month_day x,
const month_day y 
)
inline

Definition at line 1677 of file julian.h.

◆ operator!=() [4/15]

CONSTCD11 bool julian::operator!= ( const month_day_last x,
const month_day_last y 
)
inline

Definition at line 1741 of file julian.h.

◆ operator!=() [5/15]

CONSTCD11 bool julian::operator!= ( const month_weekday x,
const month_weekday y 
)
inline

Definition at line 1825 of file julian.h.

◆ operator!=() [6/15]

CONSTCD11 bool julian::operator!= ( const month_weekday_last x,
const month_weekday_last y 
)
inline

Definition at line 1877 of file julian.h.

◆ operator!=() [7/15]

CONSTCD11 bool julian::operator!= ( const weekday x,
const weekday y 
)
inline

Definition at line 1254 of file julian.h.

◆ operator!=() [8/15]

CONSTCD11 bool julian::operator!= ( const weekday_indexed x,
const weekday_indexed y 
)
inline

Definition at line 1431 of file julian.h.

◆ operator!=() [9/15]

CONSTCD11 bool julian::operator!= ( const weekday_last x,
const weekday_last y 
)
inline

Definition at line 1453 of file julian.h.

◆ operator!=() [10/15]

CONSTCD11 bool julian::operator!= ( const year x,
const year y 
)
inline

Definition at line 1100 of file julian.h.

◆ operator!=() [11/15]

CONSTCD11 bool julian::operator!= ( const year_month x,
const year_month y 
)
inline

Definition at line 1534 of file julian.h.

◆ operator!=() [12/15]

CONSTCD11 bool julian::operator!= ( const year_month_day x,
const year_month_day y 
)
inline

Definition at line 2213 of file julian.h.

◆ operator!=() [13/15]

CONSTCD11 bool julian::operator!= ( const year_month_day_last x,
const year_month_day_last y 
)
inline

Definition at line 1993 of file julian.h.

◆ operator!=() [14/15]

CONSTCD11 bool julian::operator!= ( const year_month_weekday x,
const year_month_weekday y 
)
inline

Definition at line 2485 of file julian.h.

◆ operator!=() [15/15]

CONSTCD11 bool julian::operator!= ( const year_month_weekday_last x,
const year_month_weekday_last y 
)
inline

Definition at line 2657 of file julian.h.

◆ operator+() [1/28]

CONSTCD11 day julian::operator+ ( const day x,
const days y 
)
inline

Definition at line 856 of file julian.h.

◆ operator+() [2/28]

CONSTCD11 day julian::operator+ ( const days x,
const day y 
)
inline

Definition at line 864 of file julian.h.

◆ operator+() [3/28]

CONSTCD14 weekday julian::operator+ ( const days x,
const weekday y 
)
inline

Definition at line 1281 of file julian.h.

◆ operator+() [4/28]

CONSTCD14 month julian::operator+ ( const month x,
const months y 
)
inline

Definition at line 979 of file julian.h.

◆ operator+() [5/28]

CONSTCD14 year_month julian::operator+ ( const months dm,
const year_month ym 
)
inline

Definition at line 1587 of file julian.h.

◆ operator+() [6/28]

CONSTCD14 year_month_day julian::operator+ ( const months dm,
const year_month_day ymd 
)
inline

Definition at line 2301 of file julian.h.

◆ operator+() [7/28]

CONSTCD14 year_month_day_last julian::operator+ ( const months dm,
const year_month_day_last ymdl 
)
inline

Definition at line 2051 of file julian.h.

◆ operator+() [8/28]

CONSTCD14 year_month_weekday julian::operator+ ( const months dm,
const year_month_weekday ymwd 
)
inline

Definition at line 2510 of file julian.h.

◆ operator+() [9/28]

CONSTCD14 year_month_weekday_last julian::operator+ ( const months dm,
const year_month_weekday_last ymwdl 
)
inline

Definition at line 2681 of file julian.h.

◆ operator+() [10/28]

CONSTCD14 month julian::operator+ ( const months x,
const month y 
)
inline

Definition at line 989 of file julian.h.

◆ operator+() [11/28]

CONSTCD14 weekday julian::operator+ ( const weekday x,
const days y 
)
inline

Definition at line 1271 of file julian.h.

◆ operator+() [12/28]

CONSTCD11 year julian::operator+ ( const year x,
const years y 
)
inline

Definition at line 1148 of file julian.h.

◆ operator+() [13/28]

CONSTCD14 year_month julian::operator+ ( const year_month ym,
const months dm 
)
inline

Definition at line 1576 of file julian.h.

◆ operator+() [14/28]

CONSTCD11 year_month julian::operator+ ( const year_month ym,
const years dy 
)
inline

Definition at line 1612 of file julian.h.

◆ operator+() [15/28]

CONSTCD14 year_month_day julian::operator+ ( const year_month_day ymd,
const months dm 
)
inline

Definition at line 2293 of file julian.h.

◆ operator+() [16/28]

CONSTCD11 year_month_day julian::operator+ ( const year_month_day ymd,
const years dy 
)
inline

Definition at line 2317 of file julian.h.

◆ operator+() [17/28]

CONSTCD14 year_month_day_last julian::operator+ ( const year_month_day_last ymdl,
const months dm 
)
inline

Definition at line 2043 of file julian.h.

◆ operator+() [18/28]

CONSTCD11 year_month_day_last julian::operator+ ( const year_month_day_last ymdl,
const years dy 
)
inline

Definition at line 2067 of file julian.h.

◆ operator+() [19/28]

CONSTCD14 year_month_weekday julian::operator+ ( const year_month_weekday ymwd,
const months dm 
)
inline

Definition at line 2502 of file julian.h.

◆ operator+() [20/28]

CONSTCD11 year_month_weekday julian::operator+ ( const year_month_weekday ymwd,
const years dy 
)
inline

Definition at line 2526 of file julian.h.

◆ operator+() [21/28]

CONSTCD14 year_month_weekday_last julian::operator+ ( const year_month_weekday_last ymwdl,
const months dm 
)
inline

Definition at line 2673 of file julian.h.

◆ operator+() [22/28]

CONSTCD11 year_month_weekday_last julian::operator+ ( const year_month_weekday_last ymwdl,
const years dy 
)
inline

Definition at line 2697 of file julian.h.

◆ operator+() [23/28]

CONSTCD11 year_month julian::operator+ ( const years dy,
const year_month ym 
)
inline

Definition at line 1620 of file julian.h.

◆ operator+() [24/28]

CONSTCD11 year_month_day julian::operator+ ( const years dy,
const year_month_day ymd 
)
inline

Definition at line 2325 of file julian.h.

◆ operator+() [25/28]

CONSTCD11 year_month_day_last julian::operator+ ( const years dy,
const year_month_day_last ymdl 
)
inline

Definition at line 2075 of file julian.h.

◆ operator+() [26/28]

CONSTCD11 year_month_weekday julian::operator+ ( const years dy,
const year_month_weekday ymwd 
)
inline

Definition at line 2534 of file julian.h.

◆ operator+() [27/28]

CONSTCD11 year_month_weekday_last julian::operator+ ( const years dy,
const year_month_weekday_last ymwdl 
)
inline

Definition at line 2705 of file julian.h.

◆ operator+() [28/28]

CONSTCD11 year julian::operator+ ( const years x,
const year y 
)
inline

Definition at line 1156 of file julian.h.

◆ operator-() [1/19]

CONSTCD11 days julian::operator- ( const day x,
const day y 
)
inline

Definition at line 847 of file julian.h.

◆ operator-() [2/19]

CONSTCD11 day julian::operator- ( const day x,
const days y 
)
inline

Definition at line 872 of file julian.h.

◆ operator-() [3/19]

CONSTCD14 months julian::operator- ( const month x,
const month y 
)
inline

Definition at line 970 of file julian.h.

◆ operator-() [4/19]

CONSTCD14 month julian::operator- ( const month x,
const months y 
)
inline

Definition at line 997 of file julian.h.

◆ operator-() [5/19]

CONSTCD14 weekday julian::operator- ( const weekday x,
const days y 
)
inline

Definition at line 1289 of file julian.h.

◆ operator-() [6/19]

CONSTCD14 days julian::operator- ( const weekday x,
const weekday y 
)
inline

Definition at line 1262 of file julian.h.

◆ operator-() [7/19]

CONSTCD11 years julian::operator- ( const year x,
const year y 
)
inline

Definition at line 1140 of file julian.h.

◆ operator-() [8/19]

CONSTCD11 year julian::operator- ( const year x,
const years y 
)
inline

Definition at line 1164 of file julian.h.

◆ operator-() [9/19]

CONSTCD11 months julian::operator- ( const year_month x,
const year_month y 
)
inline

Definition at line 1603 of file julian.h.

◆ operator-() [10/19]

CONSTCD14 year_month julian::operator- ( const year_month ym,
const months dm 
)
inline

Definition at line 1595 of file julian.h.

◆ operator-() [11/19]

CONSTCD11 year_month julian::operator- ( const year_month ym,
const years dy 
)
inline

Definition at line 1628 of file julian.h.

◆ operator-() [12/19]

CONSTCD14 year_month_day julian::operator- ( const year_month_day ymd,
const months dm 
)
inline

Definition at line 2309 of file julian.h.

◆ operator-() [13/19]

CONSTCD11 year_month_day julian::operator- ( const year_month_day ymd,
const years dy 
)
inline

Definition at line 2333 of file julian.h.

◆ operator-() [14/19]

CONSTCD14 year_month_day_last julian::operator- ( const year_month_day_last ymdl,
const months dm 
)
inline

Definition at line 2059 of file julian.h.

◆ operator-() [15/19]

CONSTCD11 year_month_day_last julian::operator- ( const year_month_day_last ymdl,
const years dy 
)
inline

Definition at line 2083 of file julian.h.

◆ operator-() [16/19]

CONSTCD14 year_month_weekday julian::operator- ( const year_month_weekday ymwd,
const months dm 
)
inline

Definition at line 2518 of file julian.h.

◆ operator-() [17/19]

CONSTCD11 year_month_weekday julian::operator- ( const year_month_weekday ymwd,
const years dy 
)
inline

Definition at line 2542 of file julian.h.

◆ operator-() [18/19]

CONSTCD14 year_month_weekday_last julian::operator- ( const year_month_weekday_last ymwdl,
const months dm 
)
inline

Definition at line 2689 of file julian.h.

◆ operator-() [19/19]

CONSTCD11 year_month_weekday_last julian::operator- ( const year_month_weekday_last ymwdl,
const years dy 
)
inline

Definition at line 2713 of file julian.h.

◆ operator/() [1/40]

CONSTCD11 month_day julian::operator/ ( const day d,
const month m 
)
inline

Definition at line 2749 of file julian.h.

◆ operator/() [2/40]

CONSTCD11 month_day julian::operator/ ( const day d,
int  m 
)
inline

Definition at line 2770 of file julian.h.

◆ operator/() [3/40]

CONSTCD11 month_day julian::operator/ ( const month m,
const day d 
)
inline

Definition at line 2741 of file julian.h.

◆ operator/() [4/40]

CONSTCD11 month_weekday julian::operator/ ( const month m,
const weekday_indexed wdi 
)
inline

Definition at line 2811 of file julian.h.

◆ operator/() [5/40]

CONSTCD11 month_weekday_last julian::operator/ ( const month m,
const weekday_last wdl 
)
inline

Definition at line 2845 of file julian.h.

◆ operator/() [6/40]

CONSTCD11 month_day julian::operator/ ( const month m,
int  d 
)
inline

Definition at line 2757 of file julian.h.

References julian::day::day().

Here is the call graph for this function:

◆ operator/() [7/40]

CONSTCD11 month_day_last julian::operator/ ( const month m,
last_spec   
)
inline

Definition at line 2777 of file julian.h.

◆ operator/() [8/40]

CONSTCD11 year_month_day julian::operator/ ( const month_day md,
const year y 
)
inline

Definition at line 2911 of file julian.h.

◆ operator/() [9/40]

CONSTCD11 year_month_day julian::operator/ ( const month_day md,
int  y 
)
inline

Definition at line 2919 of file julian.h.

◆ operator/() [10/40]

CONSTCD11 year_month_day_last julian::operator/ ( const month_day_last mdl,
const year y 
)
inline

Definition at line 2953 of file julian.h.

◆ operator/() [11/40]

CONSTCD11 year_month_day_last julian::operator/ ( const month_day_last mdl,
int  y 
)
inline

Definition at line 2961 of file julian.h.

◆ operator/() [12/40]

CONSTCD11 year_month_weekday julian::operator/ ( const month_weekday mwd,
const year y 
)
inline

Definition at line 2995 of file julian.h.

◆ operator/() [13/40]

CONSTCD11 year_month_weekday julian::operator/ ( const month_weekday mwd,
int  y 
)
inline

Definition at line 3003 of file julian.h.

◆ operator/() [14/40]

CONSTCD11 year_month_weekday_last julian::operator/ ( const month_weekday_last mwdl,
const year y 
)
inline

Definition at line 3037 of file julian.h.

◆ operator/() [15/40]

CONSTCD11 year_month_weekday_last julian::operator/ ( const month_weekday_last mwdl,
int  y 
)
inline

Definition at line 3045 of file julian.h.

◆ operator/() [16/40]

CONSTCD11 month_weekday julian::operator/ ( const weekday_indexed wdi,
const month m 
)
inline

Definition at line 2819 of file julian.h.

◆ operator/() [17/40]

CONSTCD11 month_weekday julian::operator/ ( const weekday_indexed wdi,
int  m 
)
inline

Definition at line 2835 of file julian.h.

◆ operator/() [18/40]

CONSTCD11 month_weekday_last julian::operator/ ( const weekday_last wdl,
const month m 
)
inline

Definition at line 2853 of file julian.h.

◆ operator/() [19/40]

CONSTCD11 month_weekday_last julian::operator/ ( const weekday_last wdl,
int  m 
)
inline

Definition at line 2869 of file julian.h.

◆ operator/() [20/40]

CONSTCD11 year_month julian::operator/ ( const year y,
const month m 
)
inline

Definition at line 2723 of file julian.h.

◆ operator/() [21/40]

CONSTCD11 year_month_day julian::operator/ ( const year y,
const month_day md 
)
inline

Definition at line 2895 of file julian.h.

◆ operator/() [22/40]

CONSTCD11 year_month_day_last julian::operator/ ( const year y,
const month_day_last mdl 
)
inline

Definition at line 2937 of file julian.h.

◆ operator/() [23/40]

CONSTCD11 year_month_weekday julian::operator/ ( const year y,
const month_weekday mwd 
)
inline

Definition at line 2979 of file julian.h.

◆ operator/() [24/40]

CONSTCD11 year_month_weekday_last julian::operator/ ( const year y,
const month_weekday_last mwdl 
)
inline

Definition at line 3021 of file julian.h.

◆ operator/() [25/40]

CONSTCD11 year_month julian::operator/ ( const year y,
int  m 
)
inline

Definition at line 2731 of file julian.h.

◆ operator/() [26/40]

CONSTCD11 year_month_day julian::operator/ ( const year_month ym,
const day d 
)
inline

Definition at line 2879 of file julian.h.

◆ operator/() [27/40]

CONSTCD11 year_month_weekday julian::operator/ ( const year_month ym,
const weekday_indexed wdi 
)
inline

Definition at line 2971 of file julian.h.

◆ operator/() [28/40]

CONSTCD11 year_month_weekday_last julian::operator/ ( const year_month ym,
const weekday_last wdl 
)
inline

Definition at line 3013 of file julian.h.

◆ operator/() [29/40]

CONSTCD11 year_month_day julian::operator/ ( const year_month ym,
int  d 
)
inline

Definition at line 2887 of file julian.h.

References julian::day::day().

Here is the call graph for this function:

◆ operator/() [30/40]

CONSTCD11 year_month_day_last julian::operator/ ( const year_month ym,
last_spec   
)
inline

Definition at line 2929 of file julian.h.

References julian::month_day_last::month().

Here is the call graph for this function:

◆ operator/() [31/40]

CONSTCD11 month_day julian::operator/ ( int  m,
const day d 
)
inline

Definition at line 2765 of file julian.h.

◆ operator/() [32/40]

CONSTCD11 month_weekday julian::operator/ ( int  m,
const weekday_indexed wdi 
)
inline

Definition at line 2827 of file julian.h.

◆ operator/() [33/40]

CONSTCD11 month_weekday_last julian::operator/ ( int  m,
const weekday_last wdl 
)
inline

Definition at line 2861 of file julian.h.

◆ operator/() [34/40]

CONSTCD11 month_day_last julian::operator/ ( int  m,
last_spec   
)
inline

Definition at line 2793 of file julian.h.

◆ operator/() [35/40]

CONSTCD11 year_month_day julian::operator/ ( int  y,
const month_day md 
)
inline

Definition at line 2903 of file julian.h.

◆ operator/() [36/40]

CONSTCD11 year_month_day_last julian::operator/ ( int  y,
const month_day_last mdl 
)
inline

Definition at line 2945 of file julian.h.

◆ operator/() [37/40]

CONSTCD11 year_month_weekday julian::operator/ ( int  y,
const month_weekday mwd 
)
inline

Definition at line 2987 of file julian.h.

◆ operator/() [38/40]

CONSTCD11 year_month_weekday_last julian::operator/ ( int  y,
const month_weekday_last mwdl 
)
inline

Definition at line 3029 of file julian.h.

◆ operator/() [39/40]

CONSTCD11 month_day_last julian::operator/ ( last_spec  ,
const month m 
)
inline

Definition at line 2785 of file julian.h.

◆ operator/() [40/40]

CONSTCD11 month_day_last julian::operator/ ( last_spec  ,
int  m 
)
inline

Definition at line 2801 of file julian.h.

◆ operator<() [1/8]

CONSTCD11 bool julian::operator< ( const day x,
const day y 
)
inline

Definition at line 814 of file julian.h.

◆ operator<() [2/8]

CONSTCD11 bool julian::operator< ( const month x,
const month y 
)
inline

Definition at line 937 of file julian.h.

◆ operator<() [3/8]

CONSTCD11 bool julian::operator< ( const month_day x,
const month_day y 
)
inline

Definition at line 1684 of file julian.h.

◆ operator<() [4/8]

CONSTCD11 bool julian::operator< ( const month_day_last x,
const month_day_last y 
)
inline

Definition at line 1748 of file julian.h.

◆ operator<() [5/8]

CONSTCD11 bool julian::operator< ( const year x,
const year y 
)
inline

Definition at line 1107 of file julian.h.

◆ operator<() [6/8]

CONSTCD11 bool julian::operator< ( const year_month x,
const year_month y 
)
inline

Definition at line 1541 of file julian.h.

◆ operator<() [7/8]

CONSTCD11 bool julian::operator< ( const year_month_day x,
const year_month_day y 
)
inline

Definition at line 2220 of file julian.h.

◆ operator<() [8/8]

CONSTCD11 bool julian::operator< ( const year_month_day_last x,
const year_month_day_last y 
)
inline

Definition at line 2000 of file julian.h.

◆ operator<<() [1/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const day d 
)
inline

Definition at line 872 of file julian.h.

◆ operator<<() [2/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const month m 
)
inline

Definition at line 997 of file julian.h.

◆ operator<<() [3/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const month_day md 
)
inline

Definition at line 1711 of file julian.h.

◆ operator<<() [4/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const month_day_last mdl 
)
inline

Definition at line 1773 of file julian.h.

◆ operator<<() [5/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const month_weekday mwd 
)
inline

Definition at line 1825 of file julian.h.

◆ operator<<() [6/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const month_weekday_last mwdl 
)
inline

Definition at line 1877 of file julian.h.

◆ operator<<() [7/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const weekday wd 
)
inline

Definition at line 1289 of file julian.h.

◆ operator<<() [8/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const weekday_indexed wdi 
)
inline

Definition at line 1399 of file julian.h.

◆ operator<<() [9/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const weekday_last wdl 
)
inline

Definition at line 1453 of file julian.h.

◆ operator<<() [10/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const year y 
)
inline

Definition at line 1164 of file julian.h.

◆ operator<<() [11/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const year_month ym 
)
inline

Definition at line 1628 of file julian.h.

◆ operator<<() [12/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const year_month_day ymd 
)
inline

Definition at line 2249 of file julian.h.

◆ operator<<() [13/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const year_month_day_last ymdl 
)
inline

Definition at line 2027 of file julian.h.

◆ operator<<() [14/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const year_month_weekday ymwdi 
)
inline

Definition at line 2485 of file julian.h.

◆ operator<<() [15/15]

template<class CharT , class Traits >
std::basic_ostream< CharT, Traits > & julian::operator<< ( std::basic_ostream< CharT, Traits > &  os,
const year_month_weekday_last ymwdl 
)
inline

Definition at line 2657 of file julian.h.

◆ operator<=() [1/8]

CONSTCD11 bool julian::operator<= ( const day x,
const day y 
)
inline

Definition at line 830 of file julian.h.

◆ operator<=() [2/8]

CONSTCD11 bool julian::operator<= ( const month x,
const month y 
)
inline

Definition at line 953 of file julian.h.

◆ operator<=() [3/8]

CONSTCD11 bool julian::operator<= ( const month_day x,
const month_day y 
)
inline

Definition at line 1702 of file julian.h.

◆ operator<=() [4/8]

CONSTCD11 bool julian::operator<= ( const month_day_last x,
const month_day_last y 
)
inline

Definition at line 1764 of file julian.h.

◆ operator<=() [5/8]

CONSTCD11 bool julian::operator<= ( const year x,
const year y 
)
inline

Definition at line 1123 of file julian.h.

◆ operator<=() [6/8]

CONSTCD11 bool julian::operator<= ( const year_month x,
const year_month y 
)
inline

Definition at line 1559 of file julian.h.

◆ operator<=() [7/8]

CONSTCD11 bool julian::operator<= ( const year_month_day x,
const year_month_day y 
)
inline

Definition at line 2240 of file julian.h.

◆ operator<=() [8/8]

CONSTCD11 bool julian::operator<= ( const year_month_day_last x,
const year_month_day_last y 
)
inline

Definition at line 2018 of file julian.h.

◆ operator==() [1/15]

CONSTCD11 bool julian::operator== ( const day x,
const day y 
)
inline

Definition at line 799 of file julian.h.

◆ operator==() [2/15]

CONSTCD11 bool julian::operator== ( const month x,
const month y 
)
inline

Definition at line 922 of file julian.h.

◆ operator==() [3/15]

CONSTCD11 bool julian::operator== ( const month_day x,
const month_day y 
)
inline

Definition at line 1669 of file julian.h.

◆ operator==() [4/15]

CONSTCD11 bool julian::operator== ( const month_day_last x,
const month_day_last y 
)
inline

Definition at line 1733 of file julian.h.

◆ operator==() [5/15]

CONSTCD11 bool julian::operator== ( const month_weekday x,
const month_weekday y 
)
inline

Definition at line 1817 of file julian.h.

◆ operator==() [6/15]

CONSTCD11 bool julian::operator== ( const month_weekday_last x,
const month_weekday_last y 
)
inline

Definition at line 1869 of file julian.h.

◆ operator==() [7/15]

CONSTCD11 bool julian::operator== ( const weekday x,
const weekday y 
)
inline

Definition at line 1246 of file julian.h.

◆ operator==() [8/15]

CONSTCD11 bool julian::operator== ( const weekday_indexed x,
const weekday_indexed y 
)
inline

Definition at line 1423 of file julian.h.

◆ operator==() [9/15]

CONSTCD11 bool julian::operator== ( const weekday_last x,
const weekday_last y 
)
inline

Definition at line 1445 of file julian.h.

◆ operator==() [10/15]

CONSTCD11 bool julian::operator== ( const year x,
const year y 
)
inline

Definition at line 1092 of file julian.h.

◆ operator==() [11/15]

CONSTCD11 bool julian::operator== ( const year_month x,
const year_month y 
)
inline

Definition at line 1526 of file julian.h.

◆ operator==() [12/15]

CONSTCD11 bool julian::operator== ( const year_month_day x,
const year_month_day y 
)
inline

Definition at line 2205 of file julian.h.

◆ operator==() [13/15]

CONSTCD11 bool julian::operator== ( const year_month_day_last x,
const year_month_day_last y 
)
inline

Definition at line 1985 of file julian.h.

◆ operator==() [14/15]

CONSTCD11 bool julian::operator== ( const year_month_weekday x,
const year_month_weekday y 
)
inline

Definition at line 2476 of file julian.h.

◆ operator==() [15/15]

CONSTCD11 bool julian::operator== ( const year_month_weekday_last x,
const year_month_weekday_last y 
)
inline

Definition at line 2648 of file julian.h.

◆ operator>() [1/8]

CONSTCD11 bool julian::operator> ( const day x,
const day y 
)
inline

Definition at line 823 of file julian.h.

◆ operator>() [2/8]

CONSTCD11 bool julian::operator> ( const month x,
const month y 
)
inline

Definition at line 946 of file julian.h.

◆ operator>() [3/8]

CONSTCD11 bool julian::operator> ( const month_day x,
const month_day y 
)
inline

Definition at line 1695 of file julian.h.

◆ operator>() [4/8]

CONSTCD11 bool julian::operator> ( const month_day_last x,
const month_day_last y 
)
inline

Definition at line 1757 of file julian.h.

◆ operator>() [5/8]

CONSTCD11 bool julian::operator> ( const year x,
const year y 
)
inline

Definition at line 1116 of file julian.h.

◆ operator>() [6/8]

CONSTCD11 bool julian::operator> ( const year_month x,
const year_month y 
)
inline

Definition at line 1552 of file julian.h.

◆ operator>() [7/8]

CONSTCD11 bool julian::operator> ( const year_month_day x,
const year_month_day y 
)
inline

Definition at line 2233 of file julian.h.

◆ operator>() [8/8]

CONSTCD11 bool julian::operator> ( const year_month_day_last x,
const year_month_day_last y 
)
inline

Definition at line 2011 of file julian.h.

◆ operator>=() [1/8]

CONSTCD11 bool julian::operator>= ( const day x,
const day y 
)
inline

Definition at line 839 of file julian.h.

◆ operator>=() [2/8]

CONSTCD11 bool julian::operator>= ( const month x,
const month y 
)
inline

Definition at line 962 of file julian.h.

◆ operator>=() [3/8]

CONSTCD11 bool julian::operator>= ( const month_day x,
const month_day y 
)
inline

Definition at line 1711 of file julian.h.

◆ operator>=() [4/8]

CONSTCD11 bool julian::operator>= ( const month_day_last x,
const month_day_last y 
)
inline

Definition at line 1773 of file julian.h.

◆ operator>=() [5/8]

CONSTCD11 bool julian::operator>= ( const year x,
const year y 
)
inline

Definition at line 1132 of file julian.h.

◆ operator>=() [6/8]

CONSTCD11 bool julian::operator>= ( const year_month x,
const year_month y 
)
inline

Definition at line 1568 of file julian.h.

◆ operator>=() [7/8]

CONSTCD11 bool julian::operator>= ( const year_month_day x,
const year_month_day y 
)
inline

Definition at line 2249 of file julian.h.

◆ operator>=() [8/8]

CONSTCD11 bool julian::operator>= ( const year_month_day_last x,
const year_month_day_last y 
)
inline

Definition at line 2027 of file julian.h.