libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Public Member Functions | |
constexpr | element_type () noexcept(true) |
constexpr | element_type () noexcept(true) |
Public Attributes | |
V | value |
bool | computed |
Friends | |
std::ostream &__fastcall | operator<< (std::ostream &os, element_type const &e) noexcept(false) |
std::ostream &__fastcall | operator<< (std::ostream &os, element_type const &e) noexcept(false) |
Definition at line 69 of file mandelbrot.cpp.
|
inlineconstexprnoexcept |
Definition at line 73 of file mandelbrot.cpp.
References bitmap< V, W, H, Init >::element_type::computed, and bitmap< V, W, H, Init >::element_type::value.
|
inlineconstexprnoexcept |
Definition at line 73 of file mandelbrot.cpp.
|
friend |
Definition at line 77 of file mandelbrot.cpp.
|
friend |
Definition at line 77 of file mandelbrot.cpp.
bool bitmap< V, W, H, Init >::element_type::computed |
Definition at line 71 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::element_type::element_type().
V bitmap< V, W, H, Init >::element_type::value |
Definition at line 70 of file mandelbrot.cpp.
Referenced by bitmap< V, W, H, Init >::element_type::element_type().