MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / get_width

Method get_width

tests/BS_thread_pool_test.cpp:3227–3230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3225 }
3226
3227 [[nodiscard]] std::size_t get_width() const
3228 {
3229 return width;
3230 }
3231
3232private:
3233 std::size_t width = 0;

Callers 3

calculate_mandelbrotFunction · 0.80
save_bmpFunction · 0.80
plot_image_charsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected