Broom
1.0.0
A thread-local C++ Garbage Collector
Loading...
Searching...
No Matches
broom
StaticCastable
broom::StaticCastable Concept Reference
#include <
globals.h
>
Concept definition
template
<
typename
T,
typename
U>
concept
broom::StaticCastable
=
requires
(T
t
) {
{
static_cast<
U
>
(
t
) } -> std::same_as<U>;
}
broom::StaticCastable
Definition
globals.h:30
broom::queue
std::queue< T, broom::deque< T > > queue
Definition
broom-queue.h:12
Detailed Description
Definition at line
30
of file
globals.h
.
Generated by
1.9.8