Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ empty
Method
empty
include/boost/json/impl/array.hpp:458–463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
}
457
458
bool
459
array::
460
empty() const noexcept
461
{
462
return t_->size == 0;
463
}
464
465
void
466
array::
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected