Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanxz/SimpleAmqpClient
/ GetArray
Method
GetArray
src/Table.cpp:218–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
std::vector<TableValue> TableValue::GetArray() const {
219
return boost::get<Detail::array_t>(m_impl->m_value);
220
}
221
222
Table TableValue::GetTable() const {
223
return boost::get<Table>(m_impl->m_value);
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64