C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::nothrow_bottom_right_rect Concept Reference

Concept definition

template<typename T>
{
T{
.left = {},
.top = {},
.right = {},
.bottom = {},
}
} noexcept;
}
Definition rect.hpp:63
Definition rect.hpp:100