![]() |
Ark Server API (ASE) - Wiki
|
#include <json.hpp>
Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | value_type = T |
| using | difference_type = ptrdiff_t |
| using | pointer = T* |
| using | reference = T& |
| using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::difference_type = ptrdiff_t |
| using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::iterator_category = std::random_access_iterator_tag |
| using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::pointer = T* |
| using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::reference = T& |
| using nlohmann::detail::iterator_traits< T *, enable_if_t< std::is_object< T >::value > >::value_type = T |