RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
rstudio::launcher_plugins::json::detail::is_json_type< T > Struct Template Reference

Struct which is either a child class of std::true_type or std::false_type depending on whether T is a JSON type (e.g. Value, Object, Array) or not (e.g. int, bool, string, float, etc.). More...

#include <Json.hpp>

Inheritance diagram for rstudio::launcher_plugins::json::detail::is_json_type< T >:

Detailed Description

template<typename T>
struct rstudio::launcher_plugins::json::detail::is_json_type< T >

Struct which is either a child class of std::true_type or std::false_type depending on whether T is a JSON type (e.g. Value, Object, Array) or not (e.g. int, bool, string, float, etc.).

Template Parameters
TThe type of the object for which to test the type.

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