Reference documentation for deal.II version GIT relicensing-216-gcda843ca70 2024-03-28 12:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Patterns::Tools::Convert< std::array< ValueType, N > > Struct Template Reference

#include <deal.II/base/patterns.h>

Public Types

using T = std::array< ValueType, N >
 

Static Public Member Functions

static std::unique_ptr< Patterns::PatternBaseto_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())
 

Detailed Description

template<typename ValueType, std::size_t N>
struct Patterns::Tools::Convert< std::array< ValueType, N > >

Definition at line 1906 of file patterns.h.

Member Typedef Documentation

◆ T

template<typename ValueType , std::size_t N>
using Patterns::Tools::Convert< std::array< ValueType, N > >::T = std::array<ValueType, N>

Definition at line 1908 of file patterns.h.

Member Function Documentation

◆ to_pattern()

template<typename ValueType , std::size_t N>
static std::unique_ptr< Patterns::PatternBase > Patterns::Tools::Convert< std::array< ValueType, N > >::to_pattern ( )
inlinestatic

Definition at line 1911 of file patterns.h.

◆ to_string()

template<typename ValueType , std::size_t N>
static std::string Patterns::Tools::Convert< std::array< ValueType, N > >::to_string ( const T t,
const Patterns::PatternBase pattern = *Convert<T>::to_pattern() 
)
inlinestatic

Definition at line 1924 of file patterns.h.

◆ to_value()

template<typename ValueType , std::size_t N>
static T Patterns::Tools::Convert< std::array< ValueType, N > >::to_value ( const std::string &  s,
const Patterns::PatternBase pattern = *Convert<T>::to_pattern() 
)
inlinestatic

Definition at line 1951 of file patterns.h.


The documentation for this struct was generated from the following file: