deal.II version GIT relicensing-1991-gec5bc16adb 2024-10-14 08:00:00+00:00
|
#include <deal.II/base/patterns.h>
Public Types | |
using | T = std::pair< Key, Value > |
Static Public Member Functions | |
static std::unique_ptr< Patterns::PatternBase > | to_pattern () |
static std::string | to_string (const T &t, const Patterns::PatternBase &pattern= *Convert< T >::to_pattern()) |
static T | to_value (const std::string &s, const Patterns::PatternBase &pattern= *Convert< T >::to_pattern()) |
Definition at line 2264 of file patterns.h.
using Patterns::Tools::Convert< std::pair< Key, Value > >::T = std::pair<Key, Value> |
Definition at line 2266 of file patterns.h.
|
inlinestatic |
Definition at line 2269 of file patterns.h.
|
inlinestatic |
Definition at line 2280 of file patterns.h.
|
inlinestatic |
Definition at line 2291 of file patterns.h.