MCPcopy 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
218std::vector<TableValue> TableValue::GetArray() const {
219 return boost::get<Detail::array_t>(m_impl->m_value);
220}
221
222Table TableValue::GetTable() const {
223 return boost::get<Table>(m_impl->m_value);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64