MCPcopy Create free account
hub / github.com/codeinred/tuplet / any

Method any

include/tuplet/tuple.hpp:914–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912 // value, and false otherwise
913 template <class F>
914 TUPLET_INLINE constexpr bool any(F&& func) & {
915 return detail::_any(*this, static_cast<F&&>(func), base_list {});
916 }
917 template <class F>
918 TUPLET_INLINE constexpr bool any(F&& func) const& {
919 return detail::_any(*this, static_cast<F&&>(func), base_list {});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected