MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / end

Function end

3rdparty/cppzmq/zmq.hpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 return begin(std::forward<T>(r));
241}
242template<class T> auto end(T &&r) -> decltype(end(std::forward<T>(r)))
243{
244 return end(std::forward<T>(r));
245}
246} // namespace ranges
247
248template<class T> using void_t = void;

Calls

no outgoing calls

Tested by

no test coverage detected