|
piranha
0.10
|
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. | |
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.
1.8.14