dune-common  2.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
conditional.hh File Reference

Go to the source code of this file.

Namespaces

 Dune
 Dune namespace.
 

Functions

template<typename T1 , typename T2 >
const T1 Dune::cond (bool b, const T1 &v1, const T2 &v2)
 conditional evaluate More...