1 #ifndef cetlib_search_path_h 2 #define cetlib_search_path_h 59 std::size_t
size()
const;
80 std::size_t find_files(
std::string const& filename_pattern,
81 std::vector<std::string>& result)
const;
88 template <
class OutIter>
89 std::size_t find_files(
std::string const& filename_pattern,
97 std::vector<std::string> dirs_{};
100 template <
class OutIter>
104 std::vector<std::string> results;
105 size_t const nfound{find_files(pattern, results)};
std::ostream & operator<<(std::ostream &, map_vector_key const &)
std::string const & showenv() const
path_tag_t const path_tag
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
std::size_t find_files(std::string const &filename_pattern, std::vector< std::string > &result) const
auto copy_all(FwdCont &, FwdIter)
std::string to_string(ModuleType const mt)
decltype(auto) constexpr empty(T &&obj)
ADL-aware version of std::empty.