MCPcopy Create free account
hub / github.com/boostorg/json / cannot_insert

Function cannot_insert

include/boost/json/detail/parse_into.hpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487// sequence handler
488template< class It >
489bool cannot_insert(It i, It e)
490{
491 return i == e;
492}
493
494template< class It1, class It2 >
495std::false_type cannot_insert(It1, It2)

Callers 1

signal_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected