void_t, real_t, field_t in dune/common/typetraits.hh
Contains:
-
void_t (+voider)
-
template <class T> using field_t = typename FieldTraits::field_type;
-
template <class T> using real_t = typename FieldTraits::real_type;
Requires C++11.
Merge request reports
Activity
531 531 532 532 #endif // defined(DOXYGEN) or HAVE_IS_INDEXABLE_SUPPORT 533 533 534 namespace detail 535 { 536 /// @internal 537 /// helper to make void_t work with gcc 538 template <class...> 539 struct voider 540 { 541 using type = void; 542 }; Added 1 commit:
- 93f16b5e - Cleaned up field_t, real_t, improved comment for voider
Added 1 commit:
- 72cdaf37 - added references to the documentation of void_t
mentioned in commit 4420871a
Mentioned in commit 4420871a
Please register or sign in to reply