MCPcopy Create free account
hub / github.com/BowenFu/hspp / operator|

Method operator|

include/hspp.h:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037public:
1038 template <typename Arg>
1039 constexpr auto operator|(Arg&& arg) const
1040 {
1041 return static_cast<F const&>(*this).operator()(std::forward<Arg>(arg));
1042 }
1043
1044 template <typename Arg>
1045 constexpr auto operator||(Arg&& arg) const

Callers

nothing calls this directly

Calls 1

operator()Method · 0.45

Tested by

no test coverage detected