Template Function eat::utilities::for_each_reference_t

Function Documentation

template<typename To, typename From, typename F>
void eat::utilities::for_each_reference_t(const std::shared_ptr<From> &el, F f)

call f on each element of type To referenced by el if there is no reference of this type, do nothing