nfd::name_tree::AnyEntrySubTree Struct Reference

An EntrySubTreeSelector that accepts every Entry and its children. More...

#include <daemon/table/name-tree-iterator.hpp>

Public Member Functions

constexpr std::pair< bool, bool > operator() (const Entry &) const noexcept
 

Detailed Description

An EntrySubTreeSelector that accepts every Entry and its children.

Definition at line 63 of file name-tree-iterator.hpp.

Member Function Documentation

◆ operator()()

constexpr std::pair<bool, bool> nfd::name_tree::AnyEntrySubTree::operator() ( const Entry ) const
inlineconstexprnoexcept

Definition at line 66 of file name-tree-iterator.hpp.