WPILibC++ 2023.4.3
wpi::detail::from_json_fn Struct Reference

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

Public Member Functions

template<typename BasicJsonType , typename T >
void operator() (const BasicJsonType &j, T &val) const noexcept(noexcept(std::declval< from_json_fn >().call(j, val, priority_tag< 1 > {})))
 

Member Function Documentation

◆ operator()()

template<typename BasicJsonType , typename T >
void wpi::detail::from_json_fn::operator() ( const BasicJsonType &  j,
T &  val 
) const
inlinenoexcept

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