Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ empty
Method
empty
Source/ThirdParty/catch2/catch.hpp:646–648 ·
view source on GitHub ↗
named queries
Source
from the content-addressed store, hash-verified
644
645
public: // named queries
646
constexpr auto empty() const noexcept -> bool {
647
return m_size == 0;
648
}
649
constexpr auto size() const noexcept -> size_type {
650
return m_size;
651
}
Callers
15
IteratorGenerator
Method · 0.45
sectionStarting
Method · 0.45
assertionEnded
Method · 0.45
sectionEnded
Method · 0.45
reconstructExpression
Method · 0.45
hasExpression
Method · 0.45
hasMessage
Method · 0.45
getExpressionInMacro
Method · 0.45
getExpandedExpression
Method · 0.45
loadBuffer
Method · 0.45
TokenStream
Class · 0.45
operator*
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestGroup
Method · 0.36