MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / is_infinity

Function is_infinity

extern/boost/boost/date_time/date.hpp:121–124  ·  view source on GitHub ↗

check to see if date is one of the infinity values

Source from the content-addressed store, hash-verified

119 }
120 //! check to see if date is one of the infinity values
121 BOOST_CONSTEXPR bool is_infinity() const
122 {
123 return traits_type::is_inf(days_);
124 }
125 //! check to see if date is greater than all possible dates
126 BOOST_CONSTEXPR bool is_pos_infinity() const
127 {

Callers 9

is_specialMethod · 0.85
is_specialMethod · 0.85
int_adapter operator+Method · 0.85
operator+Method · 0.85
int_adapter operator-Method · 0.85
operator-Method · 0.85
operator/Method · 0.85
operator%Method · 0.85
is_specialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected