libstdc++
std::complex< float > Class Reference

#include <complex>

Public Types

typedef __complex__ float _ComplexT
typedef float value_type

Public Member Functions

constexpr complex (_ComplexT __z)
constexpr complex (const complex &)=default
constexpr complex (const complex< double > &)
constexpr complex (const complex< long double > &)
constexpr complex (float __r=0.0f, float __i=0.0f)
 __attribute ((__abi_tag__("cxx11"))) const expr float imag() const
 __attribute ((__abi_tag__("cxx11"))) const expr float real() const
constexpr _ComplexT __rep () const
constexpr void imag (float __val)
template<class _Tp>
constexpr complexoperator*= (const complex< _Tp > &__z)
constexpr complexoperator*= (float __f)
template<typename _Tp>
constexpr complexoperator+= (const complex< _Tp > &__z)
constexpr complexoperator+= (float __f)
template<class _Tp>
constexpr complexoperator-= (const complex< _Tp > &__z)
constexpr complexoperator-= (float __f)
template<class _Tp>
constexpr complexoperator/= (const complex< _Tp > &__z)
constexpr complexoperator/= (float __f)
constexpr complexoperator= (const complex &)=default
template<typename _Tp>
constexpr complexoperator= (const complex< _Tp > &__z)
constexpr complexoperator= (float __f)
constexpr void real (float __val)

Detailed Description

26.2.3 complex specializations complex<float> specialization

Definition at line 1435 of file complex.

Member Typedef Documentation

◆ _ComplexT

typedef __complex__ float std::complex< float >::_ComplexT

Definition at line 1439 of file complex.

◆ value_type

typedef float std::complex< float >::value_type

Definition at line 1438 of file complex.

Constructor & Destructor Documentation

◆ complex() [1/2]

std::complex< float >::complex ( _ComplexT __z)
inlineconstexpr

Definition at line 1441 of file complex.

◆ complex() [2/2]

std::complex< float >::complex ( float __r = 0.0f,
float __i = 0.0f )
inlineconstexpr

Definition at line 1443 of file complex.

Member Function Documentation

◆ __attribute() [1/2]

std::complex< float >::__attribute ( (__abi_tag__("cxx11")) ) const
inline

Definition at line 1474 of file complex.

◆ __attribute() [2/2]

std::complex< float >::__attribute ( (__abi_tag__("cxx11")) ) const
inline

Definition at line 1470 of file complex.

◆ __rep()

_ComplexT std::complex< float >::__rep ( ) const
inlineconstexpr

Definition at line 1583 of file complex.

◆ imag()

void std::complex< float >::imag ( float __val)
inlineconstexpr

Definition at line 1497 of file complex.

◆ operator*=() [1/2]

template<class _Tp>
complex & std::complex< float >::operator*= ( const complex< _Tp > & __z)
inlineconstexpr

Definition at line 1567 of file complex.

◆ operator*=() [2/2]

complex & std::complex< float >::operator*= ( float __f)
inlineconstexpr

Definition at line 1521 of file complex.

◆ operator+=() [1/2]

template<typename _Tp>
complex & std::complex< float >::operator+= ( const complex< _Tp > & __z)
inlineconstexpr

Definition at line 1551 of file complex.

◆ operator+=() [2/2]

complex & std::complex< float >::operator+= ( float __f)
inlineconstexpr

Definition at line 1507 of file complex.

◆ operator-=() [1/2]

template<class _Tp>
complex & std::complex< float >::operator-= ( const complex< _Tp > & __z)
inlineconstexpr

Definition at line 1559 of file complex.

◆ operator-=() [2/2]

complex & std::complex< float >::operator-= ( float __f)
inlineconstexpr

Definition at line 1514 of file complex.

◆ operator/=() [1/2]

template<class _Tp>
complex & std::complex< float >::operator/= ( const complex< _Tp > & __z)
inlineconstexpr

Definition at line 1576 of file complex.

◆ operator/=() [2/2]

complex & std::complex< float >::operator/= ( float __f)
inlineconstexpr

Definition at line 1528 of file complex.

◆ operator=() [1/2]

template<typename _Tp>
complex & std::complex< float >::operator= ( const complex< _Tp > & __z)
inlineconstexpr

Definition at line 1542 of file complex.

◆ operator=() [2/2]

complex & std::complex< float >::operator= ( float __f)
inlineconstexpr

Definition at line 1500 of file complex.

◆ real()

void std::complex< float >::real ( float __val)
inlineconstexpr

Definition at line 1494 of file complex.


The documentation for this class was generated from the following file: