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 | ) | [inline] |
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 | ) | [inline] |
std::complex<_Tp> std::tr1::__complex_atan | ( | const std::complex< _Tp > & | __z | ) | [inline] |
std::complex<_Tp> std::tr1::__complex_atanh | ( | const std::complex< _Tp > & | __z | ) | [inline] |
std::complex< _Tp > std::tr1::fabs | ( | const std::complex< _Tp > & | __z | ) | [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.
References mem_fn().
Referenced by mem_fn().
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 | |||
) | [inline] |
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.
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.