Handbook
Glossary
demangle-memory-allocation-failure? ( object -- ? )
Vocabulary
alien
.
cxx
.
demangle
.
libstdcxx
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
demangle-memory-allocation-failure
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
alien.cxx.demangle.libstdcxx
:
demangle-memory-allocation-failure?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
demangle-memory-allocation-failure
eq?
]
[
drop
f
]
if
;