libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
bitmap< V, W, H, Init >::element_type Struct Reference

Public Member Functions

constexpr element_type () noexcept(true)
 
constexpr element_type () noexcept(true)
 

Public Attributes

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)
 

Detailed Description

template<class V, unsigned int W, unsigned int H, V Init>
struct bitmap< V, W, H, Init >::element_type

Definition at line 69 of file mandelbrot.cpp.

Constructor & Destructor Documentation

◆ element_type() [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::element_type::element_type ( )
inlineconstexprnoexcept

◆ element_type() [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
constexpr bitmap< V, W, H, Init >::element_type::element_type ( )
inlineconstexprnoexcept

Definition at line 73 of file mandelbrot.cpp.

Friends And Related Function Documentation

◆ operator<< [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
std::ostream& __fastcall operator<< ( std::ostream &  os,
element_type const &  e 
)
friend

Definition at line 77 of file mandelbrot.cpp.

◆ operator<< [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
std::ostream& __fastcall operator<< ( std::ostream &  os,
element_type const &  e 
)
friend

Definition at line 77 of file mandelbrot.cpp.

Member Data Documentation

◆ computed

template<class V , unsigned int W, unsigned int H, V Init>
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().

◆ value

template<class V , unsigned int W, unsigned int H, V Init>
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().


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