MCPcopy Create free account
hub / github.com/bombela/backward-cpp / operator()

Method operator()

backward.hpp:3774–3777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3772 // struct passed to template functions, fuuuu.
3773 struct not_isempty {
3774 bool operator()(const lines_t::value_type &p) {
3775 return !(std::find_if(p.second.begin(), p.second.end(), not_isspace()) ==
3776 p.second.end());
3777 }
3778 };
3779
3780 void swap(SourceFile &b) { _file.swap(b._file); }

Callers

nothing calls this directly

Calls 2

not_isspaceClass · 0.85
beginMethod · 0.80

Tested by

no test coverage detected