![]() |
DAW JSON Link
|
Namespaces | |
to_string_test | |
Typedefs | |
template<typename T > | |
using | has_to_string = daw::is_detected< to_string_test::to_string_result, T > |
Functions | |
template<typename T > | |
auto | to_string (std::optional< T > const &v) -> decltype(to_string(*v)) |
Variables | |
template<typename T > | |
constexpr bool | has_to_string_v = has_to_string<T>::value |
using DAW_JSON_NS::json_details::to_strings::has_to_string = typedef daw::is_detected<to_string_test::to_string_result, T> |
auto DAW_JSON_NS::json_details::to_strings::to_string | ( | std::optional< T > const & | v | ) | -> decltype( to_string( *v ) ) |
|
inlineconstexpr |