summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-30 14:09:13 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:11 -0600
commitffd7c33adae91db87322fdbc5a4b1e3713f638d3 (patch)
tree2dc8693c6523e8bd9e92ae66f5f556cbfb5340a7 /hv.h
parent8f5283f4ac9d910217f9ab552b716ba10d6681b2 (diff)
downloadperl-ffd7c33adae91db87322fdbc5a4b1e3713f638d3.tar.gz
Document HvFILL
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/hv.h b/hv.h
index 96a710f1a7..751cb20cc0 100644
--- a/hv.h
+++ b/hv.h
@@ -263,6 +263,16 @@ C<SV*>.
# define Nullhv Null(HV*)
#endif
#define HvARRAY(hv) ((hv)->sv_u.svu_hash)
+
+/*
+
+=for apidoc Am|STRLEN|HvFILL|HV *const hv
+
+See L</hv_fill>.
+
+=cut
+
+*/
#define HvFILL(hv) Perl_hv_fill(aTHX_ MUTABLE_HV(hv))
#define HvMAX(hv) ((XPVHV*) SvANY(hv))->xhv_max
/* This quite intentionally does no flag checking first. That's your