MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / is

Function is

include/jsoncons/basic_json.hpp:3213–3216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3211
3212 template <typename T,typename... Args>
3213 bool is(Args&&... args) const noexcept
3214 {
3215 return reflect::json_conv_traits<basic_json,T>::is(*this,std::forward<Args>(args)...);
3216 }
3217
3218 bool is_string() const noexcept
3219 {

Callers 4

isMethod · 0.85
can_convertMethod · 0.85
isMethod · 0.85
isMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected