]> https://gitweb.dealii.org/ - dealii.git/commitdiff
'optional' corrected to 'std_cxx17::optional' in the documentation 8533/head
authorReza Rastak <rastak@stanford.edu>
Thu, 22 Aug 2019 05:18:04 +0000 (22:18 -0700)
committerReza Rastak <rastak@stanford.edu>
Thu, 22 Aug 2019 05:18:04 +0000 (22:18 -0700)
doc/news/changes/minor/20190821RezaRastak
include/deal.II/base/quadrature_point_data.h

index ed8bc606f8177ab0cd16bfbd503f8c93339e23c4..4520f4499f2d1c469e17b33c73378049f7d66728 100644 (file)
@@ -1,5 +1,5 @@
 New: method try_get_data() added to CellDataStorage in both const and
-non-const forms. It returns aoptional which determines whether a
+non-const forms. It returns a std_cxx17::optional which determines whether a
 cell has a data associated with it.
 <br>
 (Reza Rastak, 2019/08/21)
index 7933a289ec215bd8b4a598dc775588069f09e039..ab9467e5792e6674dc0e5bcfd5d54546fb5d98df 100644 (file)
@@ -170,9 +170,10 @@ public:
   get_data(const CellIteratorType &cell) const;
 
   /**
-   * Returns an optional indicating whether @p cell contains an associated
-   * data or not. If data is available, dereferencing the optional
-   * reveals a vector of pointers to the underlying data at quadrature points.
+   * Returns a std_cxx17::optional indicating whether @p cell contains an
+   * associated data or not. If data is available, dereferencing the
+   * std_cxx17::optional reveals a vector of pointers to the underlying data
+   * at the quadrature points.
    * A possible additional typename @p T is the class to which the base class
    * DataType could be cast. Since @p DataType is stored as shared pointers,
    * there is minimal overhead in returning a vector by value instead of by
@@ -189,9 +190,10 @@ public:
   try_get_data(const CellIteratorType &cell);
 
   /**
-   * Returns an optional indicating whether @p cell contains an associated
-   * data or not. If data is available, dereferencing the optional reveals
-   * a vector of constant pointers to the underlying data at quadrature points.
+   * Returns a std_cxx17::optional indicating whether @p cell contains an
+   * associated data or not. If data is available, dereferencing the
+   * std_cxx17::optional reveals a vector of constant pointers to the
+   * underlying data at the quadrature points.
    * A possible additional typename @p T is the class to which the base class
    * DataType could be cast. Since @p DataType is stored as shared pointers,
    * there is minimal overhead in returning a vector by value instead of by

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.