declval.hh File Reference

Provides a std::declval equivalent. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Ewoms
 

Functions

template<class T >
T & Ewoms::declval ()
 Template function which returns an object of an arbitrary type. More...
 

Detailed Description

Provides a std::declval equivalent.

For compilers like GCC 4.4 which do not feature std::declval in their standard library.