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

Method image_matrix

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

Source from the content-addressed store, hash-verified

3196{
3197public:
3198 image_matrix() = default;
3199
3200 image_matrix(const std::size_t width_, const std::size_t height_) : width(width_), height(height_), pixels(std::make_unique<T[]>(width_ * height_)) {}
3201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected