MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / visit_pointers

Function visit_pointers

include/visit_struct/visit_struct.hpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186// Visit the member pointers (&S::a) of the registered members
187template <typename S, typename V>
188VISIT_STRUCT_CXX14_CONSTEXPR auto visit_pointers(V && v) ->
189 typename std::enable_if<
190 traits::is_visitable<traits::clean_t<S>>::value
191 >::type
192{
193 traits::visitable<traits::clean_t<S>>::visit_pointers(std::forward<V>(v));
194}
195
196// Visit the accessors (function objects) of the registered members
197template <typename S, typename V>

Callers 3

visit_pointersMethod · 0.85
visit_pointersMethod · 0.85
visit_pointersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected