Eclipse SUMO - Simulation of Urban MObility
|
#include <json.hpp>
Static Public Attributes | |
static constexpr bool | value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin |
Private Types | |
using | iterator = detected_t< result_of_begin, t_ref > |
using | sentinel = detected_t< result_of_end, t_ref > |
using | t_ref = typename std::add_lvalue_reference< T >::type |
Static Private Attributes | |
static constexpr auto | is_iterator_begin |
|
private |
|
private |
|
private |
|
staticconstexprprivate |
|
staticconstexpr |