piranha  0.10
Static Public Attributes | List of all members
piranha::has_safe_cast< To, From > Class Template Reference

Type trait to detect piranha::safe_cast(). More...

#include <piranha/safe_cast.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename To, typename From>
class piranha::has_safe_cast< To, From >

Type trait to detect piranha::safe_cast().

The type trait will be true if piranha::safe_cast() can be called with To and From as template arguments, false otherwise.

Definition at line 237 of file safe_cast.hpp.


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