diff --git a/boost/template_id.html b/boost/template_id.html index 712c571..0e29a2d 100644 --- a/boost/template_id.html +++ b/boost/template_id.html @@ -2,25 +2,25 @@
![]() |
-Home | -Libraries | +![]() |
+Home | +Libraries | People | FAQ | -More | +More |
// In header: <boost/type_index.hpp>
+// In header: <boost/type_index/template_index_impl.hpp>
template<typename T> template_index template_id();
-Description
+Description
Method for constructing template_index
instance for type T. Strips const, volatile and & modifiers from T.
- |