MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / cref

Function cref

benchmarks/dlib/ref.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 template <typename T>
59 reference_wrapper<const T> cref(
60 const T& obj
61 ) { return reference_wrapper<const T>(obj); }
62 /*!
63 ensures
64 - returns a reference_wrapper that contains a constant reference to obj.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected