44 insert( std::upper_bound(
begin(),
end(), ex,
45 [](
const auto &e1,
const auto &e2) {
return e1.name < e2.name; }
A abstract class representing of a compound symbol.
bool inSort(const Example &ex)
This is an alternative implementation of QCString.
DirIterator begin(DirIterator it) noexcept
DirIterator end(const DirIterator &) noexcept
Data associated with an example.
Example(const QCString &a, const QCString &n, const QCString &f)