Search:
Reference
Miscellaneous
complex
complex
value_type
public member type
complex
::value_type
typedef T value_type;
Value type
This is a member alias of the template parameter of
complex
(referred as
T
in this reference).
It is the
component type
used internally for the values of
real
and
imag
.
C++
Information
Documentation
Reference
Articles
Forum
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
initializer_list
iterator
limits
locale
memory
new
numeric
stdexcept
tuple
typeinfo
utility
valarray
complex
abs
arg
complex
conj
cos
cosh
exp
imag
log
log10
norm
polar
pow
real
sin
sinh
sqrt
tan
tanh
complex
complex::complex
complex operators
member functions:
complex::imag
complex::real
member types:
complex::value_type