NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
islamic 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< 10631, 30 >, 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 islamic::day operator""_d (unsigned long long d) NOEXCEPT
 
CONSTCD11 islamic::year operator""_y (unsigned long long y) NOEXCEPT
 

Variables

CONSTDATA islamic::last_spec last {}
 

Typedef Documentation

◆ days

using islamic::days = typedef date::days

Definition at line 37 of file islamic.h.

◆ local_days

Definition at line 50 of file islamic.h.

◆ months

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

Definition at line 44 of file islamic.h.

◆ sys_days

Definition at line 49 of file islamic.h.

◆ weeks

using islamic::weeks = typedef date::weeks

Definition at line 39 of file islamic.h.

◆ years

using islamic::years = typedef std::chrono::duration <int, date::detail::ratio_multiply<std::ratio<10631, 30>, days::period> >

Definition at line 41 of file islamic.h.

Function Documentation

◆ operator!=() [1/15]

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

Definition at line 794 of file islamic.h.

◆ operator!=() [2/15]

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

Definition at line 917 of file islamic.h.

◆ operator!=() [3/15]

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

Definition at line 1659 of file islamic.h.

◆ operator!=() [4/15]

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

Definition at line 1723 of file islamic.h.

◆ operator!=() [5/15]

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

Definition at line 1807 of file islamic.h.

◆ operator!=() [6/15]

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

Definition at line 1859 of file islamic.h.

◆ operator!=() [7/15]

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

Definition at line 1260 of file islamic.h.

◆ operator!=() [8/15]

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

Definition at line 1416 of file islamic.h.

◆ operator!=() [9/15]

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

Definition at line 1438 of file islamic.h.

◆ operator!=() [10/15]

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

Definition at line 1106 of file islamic.h.

◆ operator!=() [11/15]

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

Definition at line 1519 of file islamic.h.

◆ operator!=() [12/15]

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

Definition at line 2193 of file islamic.h.

◆ operator!=() [13/15]

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

Definition at line 1973 of file islamic.h.

◆ operator!=() [14/15]

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

Definition at line 2464 of file islamic.h.

◆ operator!=() [15/15]

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

Definition at line 2636 of file islamic.h.

◆ operator+() [1/28]

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

Definition at line 843 of file islamic.h.

◆ operator+() [2/28]

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

Definition at line 851 of file islamic.h.

◆ operator+() [3/28]

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

Definition at line 1287 of file islamic.h.

◆ operator+() [4/28]

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

Definition at line 966 of file islamic.h.

◆ operator+() [5/28]

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

Definition at line 1572 of file islamic.h.

◆ operator+() [6/28]

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

Definition at line 2280 of file islamic.h.

◆ operator+() [7/28]

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

Definition at line 2031 of file islamic.h.

◆ operator+() [8/28]

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

Definition at line 2489 of file islamic.h.

◆ operator+() [9/28]

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

Definition at line 2660 of file islamic.h.

◆ operator+() [10/28]

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

Definition at line 976 of file islamic.h.

◆ operator+() [11/28]

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

Definition at line 1277 of file islamic.h.

◆ operator+() [12/28]

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

Definition at line 1154 of file islamic.h.

◆ operator+() [13/28]

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

Definition at line 1561 of file islamic.h.

◆ operator+() [14/28]

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

Definition at line 1597 of file islamic.h.

◆ operator+() [15/28]

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

Definition at line 2272 of file islamic.h.

◆ operator+() [16/28]

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

Definition at line 2296 of file islamic.h.

◆ operator+() [17/28]

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

Definition at line 2023 of file islamic.h.

◆ operator+() [18/28]

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

Definition at line 2047 of file islamic.h.

◆ operator+() [19/28]

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

Definition at line 2481 of file islamic.h.

◆ operator+() [20/28]

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

Definition at line 2505 of file islamic.h.

◆ operator+() [21/28]

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

Definition at line 2652 of file islamic.h.

◆ operator+() [22/28]

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

Definition at line 2676 of file islamic.h.

◆ operator+() [23/28]

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

Definition at line 1605 of file islamic.h.

◆ operator+() [24/28]

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

Definition at line 2304 of file islamic.h.

◆ operator+() [25/28]

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

Definition at line 2055 of file islamic.h.

◆ operator+() [26/28]

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

Definition at line 2513 of file islamic.h.

◆ operator+() [27/28]

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

Definition at line 2684 of file islamic.h.

◆ operator+() [28/28]

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

Definition at line 1162 of file islamic.h.

◆ operator-() [1/19]

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

Definition at line 834 of file islamic.h.

◆ operator-() [2/19]

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

Definition at line 859 of file islamic.h.

◆ operator-() [3/19]

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

Definition at line 957 of file islamic.h.

◆ operator-() [4/19]

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

Definition at line 984 of file islamic.h.

◆ operator-() [5/19]

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

Definition at line 1295 of file islamic.h.

◆ operator-() [6/19]

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

Definition at line 1268 of file islamic.h.

◆ operator-() [7/19]

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

Definition at line 1146 of file islamic.h.

◆ operator-() [8/19]

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

Definition at line 1170 of file islamic.h.

◆ operator-() [9/19]

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

Definition at line 1588 of file islamic.h.

◆ operator-() [10/19]

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

Definition at line 1580 of file islamic.h.

◆ operator-() [11/19]

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

Definition at line 1613 of file islamic.h.

◆ operator-() [12/19]

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

Definition at line 2288 of file islamic.h.

◆ operator-() [13/19]

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

Definition at line 2312 of file islamic.h.

◆ operator-() [14/19]

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

Definition at line 2039 of file islamic.h.

◆ operator-() [15/19]

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

Definition at line 2063 of file islamic.h.

◆ operator-() [16/19]

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

Definition at line 2497 of file islamic.h.

◆ operator-() [17/19]

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

Definition at line 2521 of file islamic.h.

◆ operator-() [18/19]

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

Definition at line 2668 of file islamic.h.

◆ operator-() [19/19]

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

Definition at line 2692 of file islamic.h.

◆ operator/() [1/40]

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

Definition at line 2728 of file islamic.h.

◆ operator/() [2/40]

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

Definition at line 2749 of file islamic.h.

◆ operator/() [3/40]

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

Definition at line 2720 of file islamic.h.

◆ operator/() [4/40]

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

Definition at line 2790 of file islamic.h.

◆ operator/() [5/40]

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

Definition at line 2824 of file islamic.h.

◆ operator/() [6/40]

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

Definition at line 2736 of file islamic.h.

References islamic::day::day().

Here is the call graph for this function:

◆ operator/() [7/40]

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

Definition at line 2756 of file islamic.h.

◆ operator/() [8/40]

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

Definition at line 2890 of file islamic.h.

◆ operator/() [9/40]

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

Definition at line 2898 of file islamic.h.

◆ operator/() [10/40]

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

Definition at line 2932 of file islamic.h.

◆ operator/() [11/40]

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

Definition at line 2940 of file islamic.h.

◆ operator/() [12/40]

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

Definition at line 2974 of file islamic.h.

◆ operator/() [13/40]

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

Definition at line 2982 of file islamic.h.

◆ operator/() [14/40]

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

Definition at line 3016 of file islamic.h.

◆ operator/() [15/40]

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

Definition at line 3024 of file islamic.h.

◆ operator/() [16/40]

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

Definition at line 2798 of file islamic.h.

◆ operator/() [17/40]

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

Definition at line 2814 of file islamic.h.

◆ operator/() [18/40]

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

Definition at line 2832 of file islamic.h.

◆ operator/() [19/40]

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

Definition at line 2848 of file islamic.h.

◆ operator/() [20/40]

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

Definition at line 2702 of file islamic.h.

◆ operator/() [21/40]

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

Definition at line 2874 of file islamic.h.

◆ operator/() [22/40]

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

Definition at line 2916 of file islamic.h.

◆ operator/() [23/40]

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

Definition at line 2958 of file islamic.h.

◆ operator/() [24/40]

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

Definition at line 3000 of file islamic.h.

◆ operator/() [25/40]

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

Definition at line 2710 of file islamic.h.

◆ operator/() [26/40]

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

Definition at line 2858 of file islamic.h.

◆ operator/() [27/40]

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

Definition at line 2950 of file islamic.h.

◆ operator/() [28/40]

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

Definition at line 2992 of file islamic.h.

◆ operator/() [29/40]

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

Definition at line 2866 of file islamic.h.

References islamic::day::day().

Here is the call graph for this function:

◆ operator/() [30/40]

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

Definition at line 2908 of file islamic.h.

References islamic::month_day_last::month().

Here is the call graph for this function:

◆ operator/() [31/40]

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

Definition at line 2744 of file islamic.h.

◆ operator/() [32/40]

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

Definition at line 2806 of file islamic.h.

◆ operator/() [33/40]

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

Definition at line 2840 of file islamic.h.

◆ operator/() [34/40]

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

Definition at line 2772 of file islamic.h.

◆ operator/() [35/40]

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

Definition at line 2882 of file islamic.h.

◆ operator/() [36/40]

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

Definition at line 2924 of file islamic.h.

◆ operator/() [37/40]

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

Definition at line 2966 of file islamic.h.

◆ operator/() [38/40]

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

Definition at line 3008 of file islamic.h.

◆ operator/() [39/40]

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

Definition at line 2764 of file islamic.h.

◆ operator/() [40/40]

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

Definition at line 2780 of file islamic.h.

◆ operator<() [1/8]

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

Definition at line 801 of file islamic.h.

◆ operator<() [2/8]

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

Definition at line 924 of file islamic.h.

◆ operator<() [3/8]

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

Definition at line 1666 of file islamic.h.

◆ operator<() [4/8]

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

Definition at line 1730 of file islamic.h.

◆ operator<() [5/8]

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

Definition at line 1113 of file islamic.h.

◆ operator<() [6/8]

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

Definition at line 1526 of file islamic.h.

◆ operator<() [7/8]

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

Definition at line 2200 of file islamic.h.

◆ operator<() [8/8]

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

Definition at line 1980 of file islamic.h.

◆ operator<<() [1/15]

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

Definition at line 859 of file islamic.h.

◆ operator<<() [2/15]

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

Definition at line 984 of file islamic.h.

◆ operator<<() [3/15]

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

Definition at line 1693 of file islamic.h.

◆ operator<<() [4/15]

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

Definition at line 1755 of file islamic.h.

◆ operator<<() [5/15]

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

Definition at line 1807 of file islamic.h.

◆ operator<<() [6/15]

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

Definition at line 1859 of file islamic.h.

◆ operator<<() [7/15]

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

Definition at line 1295 of file islamic.h.

◆ operator<<() [8/15]

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

Definition at line 1384 of file islamic.h.

◆ operator<<() [9/15]

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

Definition at line 1438 of file islamic.h.

◆ operator<<() [10/15]

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

Definition at line 1170 of file islamic.h.

◆ operator<<() [11/15]

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

Definition at line 1613 of file islamic.h.

◆ operator<<() [12/15]

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

Definition at line 2229 of file islamic.h.

◆ operator<<() [13/15]

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

Definition at line 2007 of file islamic.h.

◆ operator<<() [14/15]

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

Definition at line 2464 of file islamic.h.

◆ operator<<() [15/15]

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

Definition at line 2636 of file islamic.h.

◆ operator<=() [1/8]

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

Definition at line 817 of file islamic.h.

◆ operator<=() [2/8]

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

Definition at line 940 of file islamic.h.

◆ operator<=() [3/8]

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

Definition at line 1684 of file islamic.h.

◆ operator<=() [4/8]

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

Definition at line 1746 of file islamic.h.

◆ operator<=() [5/8]

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

Definition at line 1129 of file islamic.h.

◆ operator<=() [6/8]

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

Definition at line 1544 of file islamic.h.

◆ operator<=() [7/8]

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

Definition at line 2220 of file islamic.h.

◆ operator<=() [8/8]

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

Definition at line 1998 of file islamic.h.

◆ operator==() [1/15]

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

Definition at line 786 of file islamic.h.

◆ operator==() [2/15]

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

Definition at line 909 of file islamic.h.

◆ operator==() [3/15]

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

Definition at line 1651 of file islamic.h.

◆ operator==() [4/15]

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

Definition at line 1715 of file islamic.h.

◆ operator==() [5/15]

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

Definition at line 1799 of file islamic.h.

◆ operator==() [6/15]

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

Definition at line 1851 of file islamic.h.

◆ operator==() [7/15]

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

Definition at line 1252 of file islamic.h.

◆ operator==() [8/15]

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

Definition at line 1408 of file islamic.h.

◆ operator==() [9/15]

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

Definition at line 1430 of file islamic.h.

◆ operator==() [10/15]

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

Definition at line 1098 of file islamic.h.

◆ operator==() [11/15]

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

Definition at line 1511 of file islamic.h.

◆ operator==() [12/15]

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

Definition at line 2185 of file islamic.h.

◆ operator==() [13/15]

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

Definition at line 1965 of file islamic.h.

◆ operator==() [14/15]

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

Definition at line 2455 of file islamic.h.

◆ operator==() [15/15]

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

Definition at line 2627 of file islamic.h.

◆ operator>() [1/8]

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

Definition at line 810 of file islamic.h.

◆ operator>() [2/8]

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

Definition at line 933 of file islamic.h.

◆ operator>() [3/8]

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

Definition at line 1677 of file islamic.h.

◆ operator>() [4/8]

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

Definition at line 1739 of file islamic.h.

◆ operator>() [5/8]

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

Definition at line 1122 of file islamic.h.

◆ operator>() [6/8]

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

Definition at line 1537 of file islamic.h.

◆ operator>() [7/8]

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

Definition at line 2213 of file islamic.h.

◆ operator>() [8/8]

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

Definition at line 1991 of file islamic.h.

◆ operator>=() [1/8]

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

Definition at line 826 of file islamic.h.

◆ operator>=() [2/8]

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

Definition at line 949 of file islamic.h.

◆ operator>=() [3/8]

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

Definition at line 1693 of file islamic.h.

◆ operator>=() [4/8]

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

Definition at line 1755 of file islamic.h.

◆ operator>=() [5/8]

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

Definition at line 1138 of file islamic.h.

◆ operator>=() [6/8]

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

Definition at line 1553 of file islamic.h.

◆ operator>=() [7/8]

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

Definition at line 2229 of file islamic.h.

◆ operator>=() [8/8]

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

Definition at line 2007 of file islamic.h.