|
co_ecs 0.9.0
Cobalt ECS
|
Insufficient chunk size error. More...
#include <exceptions.hpp>
Public Member Functions | |
| insufficient_chunk_size (std::size_t requested_size, std::size_t chunk_size) | |
| Construct a new component not found exception object. | |
| auto | what () const noexcept -> const char *override |
| Message to the client. | |
Insufficient chunk size error.
|
inlineexplicit |
Construct a new component not found exception object.
| requested_size | Allocation request |
| chunk_size | Actual chunk size |
|
inlineoverridenoexcept |
Message to the client.