dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | List of all members
std::common_type< Dune::FieldVector< T, N >, R2 > Struct Template Reference

specialization of common_type for FieldVector and scalar More...

#include <dune/pdelab/function/discretegridviewfunction.hh>

Public Types

using type = Dune::FieldVector< typename std::common_type< T, R2 >::type, N >
 

Detailed Description

template<typename T, int N, typename R2>
struct std::common_type< Dune::FieldVector< T, N >, R2 >

specialization of common_type for FieldVector and scalar

Member Typedef Documentation

◆ type

template<typename T , int N, typename R2 >
using std::common_type< Dune::FieldVector< T, N >, R2 >::type = Dune::FieldVector<typename std::common_type<T,R2>::type,N>

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