MCPcopy Create free account
hub / github.com/boostorg/hana / lambda_tuple_t

Method lambda_tuple_t

example/misc/lambda_tuple.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43template <typename Storage>
44struct lambda_tuple_t {
45 explicit constexpr lambda_tuple_t(Storage&& s)
46 : storage(std::move(s))
47 { }
48
49 using hana_tag = lambda_tuple_tag;
50 Storage storage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected