MCPcopy 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
frontMethod · 0.70
drop_frontMethod · 0.70
operator()Method · 0.50
operator()Method · 0.50
find_forwardMethod · 0.50
find_backwardMethod · 0.50
getMethod · 0.50
hasDataMethod · 0.50
isEmptyMethod · 0.50

Calls 2

beginClass · 0.50
endClass · 0.50

Tested by

no test coverage detected