std::complex<_Tp> std::tr1::__complex_acos | ( | const std::complex< _Tp > & | __z | ) | [inline] |
std::complex<_Tp> std::tr1::__complex_acosh | ( | const std::complex< _Tp > & | __z | ) |
acosh(__z) [8.1.5].
Definition at line 176 of file complex.
References std::log(), and std::sqrt().
Referenced by acosh().
std::complex<_Tp> std::tr1::__complex_asin | ( | const std::complex< _Tp > & | __z | ) | [inline] |
std::complex<_Tp> std::tr1::__complex_asinh | ( | const std::complex< _Tp > & | __z | ) |
asinh(__z) [8.1.6].
Definition at line 215 of file complex.
References std::log(), and std::sqrt().
Referenced by asinh().
std::complex<_Tp> std::tr1::__complex_atan | ( | const std::complex< _Tp > & | __z | ) |
atan(__z) [8.1.4].
Definition at line 132 of file complex.
References std::atan2(), and std::log().
Referenced by atan().
std::complex<_Tp> std::tr1::__complex_atanh | ( | const std::complex< _Tp > & | __z | ) |
atanh(__z) [8.1.7].
Definition at line 254 of file complex.
References std::atan2(), and std::log().
Referenced by atanh().
std::complex< _Tp > std::tr1::fabs | ( | const std::complex< _Tp > & | ) | [inline] |
_Mem_fn<_Tp _Class::*> std::tr1::mem_fn | ( | _Tp _Class::* | __pm | ) | [inline] |
Returns a function object that forwards to the member pointer pm.
Definition at line 503 of file tr1/functional.
Referenced by __callable_functor(), std::tr1::_Function_handler< void(...), _Member _Class::* >::_M_invoke(), and std::tr1::_Function_handler< _Res(...), _Member _Class::* >::_M_invoke().
bool std::tr1::operator!= | ( | _M_clear_type * | , | |
const function< _Signature > & | __f | |||
) | [inline] |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 1072 of file tr1/functional.
bool std::tr1::operator!= | ( | const function< _Signature > & | __f, | |
_M_clear_type * | ||||
) | [inline] |
Compares a polymorphic function object wrapper against 0 (the NULL pointer).
false
if the wrapper has no target, true
otherwiseDefinition at line 1062 of file tr1/functional.
std::basic_ostream<_CharT, _Traits>& std::tr1::operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __os, | |
const bernoulli_distribution & | __x | |||
) |
Inserts a bernoulli_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. | |
__x | A bernoulli_distribution random number distribution. |
__x
inserted or in an error state. Definition at line 793 of file random.tcc.
References std::ios_base::flags(), std::left(), and std::scientific().
bool std::tr1::operator== | ( | _M_clear_type * | , | |
const function< _Signature > & | __f | |||
) | [inline] |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 1048 of file tr1/functional.
Referenced by std::locale::operator!=().
bool std::tr1::operator== | ( | const function< _Signature > & | __f, | |
_M_clear_type * | ||||
) | [inline] |
Compares a polymorphic function object wrapper against 0 (the NULL pointer).
true
if the wrapper has no target, false
otherwiseDefinition at line 1038 of file tr1/functional.
void std::tr1::swap | ( | function< _Signature > & | __x, | |
function< _Signature > & | __y | |||
) | [inline] |
Swap the targets of two polymorphic function object wrappers.
This function will not throw an exception.
Definition at line 1086 of file tr1/functional.