diff --git a/boost/template_id.html b/boost/template_id.html index 57f3af7..3083419 100644 --- a/boost/template_id.html +++ b/boost/template_id.html @@ -4,9 +4,9 @@
// In header: <boost/type_index/template_index_impl.hpp>
+// In header: <boost/type_index/template_info.hpp>
-template<typename T> template_index template_id();
+template<typename T> const template_info & template_id();
Method for constructing template_index
instance for type T. Strips const, volatile and & modifiers from T.
Method for constructing template_info
instance for type T. Strips const, volatile and & modifiers from T.