C++ Actor Framework 1.0.0
|
Checks whether T
defines a free function to_string
.
More...
#include <type_traits.hpp>
Static Public Attributes | |
static constexpr bool | value = std::is_convertible_v<result, std::string> |
Related Symbols | |
(Note that these are not member symbols.) | |
template<class T > | |
constexpr bool | has_to_string_v = has_to_string<T>::value |
Convenience alias for has_to_string<T>::value . | |
Checks whether T
defines a free function to_string
.