Goby3  3.1.4
2024.02.22
detail::is_getable< BasicJsonType, T > Struct Template Reference

#include <goby/util/thirdparty/nlohmann/json.hpp>

Static Public Attributes

static constexpr bool value = is_detected<get_template_function, const BasicJsonType&, T>::value
 

Detailed Description

template<typename BasicJsonType, typename T>
struct detail::is_getable< BasicJsonType, T >

Definition at line 3516 of file json.hpp.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool detail::is_getable< BasicJsonType, T >::value = is_detected<get_template_function, const BasicJsonType&, T>::value
staticconstexpr

Definition at line 3518 of file json.hpp.


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