Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
488
template< class It >
489
bool cannot_insert(It i, It e)
490
{
491
return i == e;
492
}
493
494
template< class It1, class It2 >
495
std::false_type cannot_insert(It1, It2)
Callers
1
signal_value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected