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

Function f

example/tutorial/containers.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95//! [overloading]
96template <typename T>
97void f(std::vector<T> xs) {
98 // ...
99}
100
101template <typename R, typename = std::enable_if_t<hana::is_a<hana::range_tag, R>()>>
102void f(R r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected