MCPcopy Create free account
hub / github.com/boostorg/histogram / identity

Class identity

include/boost/histogram/axis/types.hpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40} // namespace detail
41
42struct identity : public detail::stateless {
43 template <typename T>
44 static T&& forward(T&& v) {
45 return std::forward<T>(v);
46 }
47 template <typename T>
48 static T&& inverse(T&& v) {
49 return std::forward<T>(v);
50 }
51};
52
53struct log : public detail::stateless {
54 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected