Searched defs:external_constructor (Results 1 – 1 of 1) sorted by relevance
5173 struct external_constructor<value_t::boolean> struct5176 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct()5186 struct external_constructor<value_t::string> struct5189 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct()5198 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct()5209 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct()5219 struct external_constructor<value_t::binary> struct5222 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct()5231 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct()5241 struct external_constructor<value_t::number_float> struct[all …]