WPILibC++ 2023.4.3-108-ge5452e3
wpi::detail::has_to_json< BasicJsonType, T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/json.h>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool wpi::detail::has_to_json< BasicJsonType, T >::value
staticconstexpr
Initial value:
= std::is_integral<decltype(detect(
std::declval<typename BasicJsonType::template json_serializer<T, void>>()))>::value
Definition: core.h:1240

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