Skip to content
Snippets Groups Projects
Commit 4420871a authored by Christian Engwer's avatar Christian Engwer
Browse files

Merge branch 'feature/void_t' into 'master'

void_t, real_t, field_t in dune/common/typetraits.hh

Contains:
 - void_t (+voider)

 - template <class T>
   using field_t = typename FieldTraits<T>::field_type;

 - template &lt;class T&gt;
   using real_t = typename FieldTraits<T>::real_type;

Requires C++11.

See merge request !20
parents 003dc37f 72cdaf37
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment