|
hoshi-lang dev
Yet another programming language
|
#include <json.hpp>
Static Public Member Functions | |
| template<typename BasicJsonType > | |
| static void | construct (BasicJsonType &j, const typename BasicJsonType::array_t &arr) |
| template<typename BasicJsonType > | |
| static void | construct (BasicJsonType &j, typename BasicJsonType::array_t &&arr) |
| template<typename BasicJsonType , typename CompatibleArrayType , enable_if_t< !std::is_same< CompatibleArrayType, typename BasicJsonType::array_t >::value, int > = 0> | |
| static void | construct (BasicJsonType &j, const CompatibleArrayType &arr) |
| template<typename BasicJsonType > | |
| static void | construct (BasicJsonType &j, const std::vector< bool > &arr) |
| template<typename BasicJsonType , typename T , enable_if_t< std::is_convertible< T, BasicJsonType >::value, int > = 0> | |
| static void | construct (BasicJsonType &j, const std::valarray< T > &arr) |
|
inlinestatic |
Definition at line 5828 of file json.hpp.
References detail::array.
|
inlinestatic |
Definition at line 5857 of file json.hpp.
References detail::array.
|
inlinestatic |
Definition at line 5841 of file json.hpp.
References detail::array.
|
inlinestatic |
Definition at line 5806 of file json.hpp.
References detail::array.
|
inlinestatic |
Definition at line 5816 of file json.hpp.
References detail::array.