C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::has_to_string< T > Class Template Reference

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.
 

Detailed Description

template<class T>
class caf::detail::has_to_string< T >

Checks whether T defines a free function to_string.


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