Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ empty
Function
empty
extern/boost/boost/range/empty.hpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
template< class T >
26
inline bool empty( const T& r )
27
{
28
return boost::begin( r ) == boost::end( r );
29
}
30
31
} // namespace
'boost'
32
Callers
10
operator!
Method · 0.70
front
Method · 0.70
drop_front
Method · 0.70
operator()
Method · 0.50
operator()
Method · 0.50
find_forward
Method · 0.50
find_backward
Method · 0.50
get
Method · 0.50
hasData
Method · 0.50
isEmpty
Method · 0.50
Calls
2
begin
Class · 0.50
end
Class · 0.50
Tested by
no test coverage detected