MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / push_back

Method push_back

tests/cplusplus/Util/ContainerWrapper.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 using Base = ContainerWrapper<Container, Args...>;
48 using value_type = typename Base::value_type;
49 void push_back(value_type const &newVal) {
50 Base::container().push_back(newVal);
51 }
52};
53
54static_assert(

Callers 2

TYPED_TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected