From 1608a8f70cee2457cf72499511db034fa6fbf9cd Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 14 Oct 2015 20:02:57 -0500 Subject: [PATCH] Update documentation for construct_meta --- fit/construct.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/fit/construct.h b/fit/construct.h index 3a2795a..45a2113 100644 --- a/fit/construct.h +++ b/fit/construct.h @@ -27,15 +27,33 @@ /// template class Template> /// constexpr auto construct(); /// +/// template +/// constexpr auto construct_meta(); +/// +/// template class MetafunctionTemplate> +/// constexpr auto construct_meta(); +/// /// Semantics /// --------- /// /// assert(construct()(xs...) == T(xs...)); +/// assert(construct