MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / push_back

Function push_back

src/toml.hpp:6766–6769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6764
6765 template <typename ElemType>
6766 void push_back(ElemType&& val, value_flags flags = preserve_source_value_flags)
6767 {
6768 emplace_back_if_not_empty_view(static_cast<ElemType&&>(val), flags);
6769 }
6770
6771 template <typename ElemType = void, typename... Args>
6772 decltype(auto) emplace_back(Args&&... args)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected