#include <deal.II/base/patterns.h>
Definition at line 2134 of file patterns.h.
◆ to_pattern() [1/2]
◆ to_string() [1/2]
◆ to_value() [1/2]
◆ to_pattern() [2/2]
Return a std::unique_ptr to a Pattern that can be used to interpret a string as the type of the template argument, and the other way around.
While the current function (in the general Convert template) is deleted, it is implemented and available in the specializations of the Convert class template for particular kinds of template arguments T
.
◆ to_string() [2/2]
Return a string containing a textual version of the variable s. Use the pattern passed to perform the conversion, or create and use a default one.
While the current function (in the general Convert template) is deleted, it is implemented and available in the specializations of the Convert class template for particular kinds of template arguments T
.
◆ to_value() [2/2]
Convert a string to a value, using the given pattern. Use the pattern passed to perform the conversion, or create and use a default one.
While the current function (in the general Convert template) is deleted, it is implemented and available in the specializations of the Convert class template for particular kinds of template arguments T
.
The documentation for this struct was generated from the following file: