From: Lei Qiao Date: Mon, 20 Apr 2015 19:00:11 +0000 (-0500) Subject: add standard type info to container class TableBase. X-Git-Tag: v8.3.0-rc1~224^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf46452f23b9ee118bb23e107dafbd8df982ac8d;p=dealii.git add standard type info to container class TableBase. --- diff --git a/include/deal.II/base/table.h b/include/deal.II/base/table.h index 0d8e0b6389..01a173337a 100644 --- a/include/deal.II/base/table.h +++ b/include/deal.II/base/table.h @@ -403,6 +403,8 @@ template class TableBase : public Subscriptor { public: + typedef T value_type; + /** * Integer type used to count the number of elements in this container. */