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

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

#include <piranha/convert_to.hpp>

Inherits piranha::detail::sfinae_types.

Static Public Attributes

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

Detailed Description

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

Type trait to detect piranha::convert_to().

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

Definition at line 128 of file convert_to.hpp.


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