LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
frozen::knuth_morris_pratt_searcher< size > Class Template Reference

#include <algorithm.h>

Public Member Functions

constexpr knuth_morris_pratt_searcher (char const (&needle)[size+1])
template<class ForwardIterator>
constexpr std::pair< ForwardIterator, ForwardIterator > operator() (ForwardIterator first, ForwardIterator last) const

Constructor & Destructor Documentation

◆ knuth_morris_pratt_searcher()

template<std::size_t size>
frozen::knuth_morris_pratt_searcher< size >::knuth_morris_pratt_searcher ( char const (&) needle[size+1])
inlineconstexpr

Member Function Documentation

◆ operator()()

template<std::size_t size>
template<class ForwardIterator>
std::pair< ForwardIterator, ForwardIterator > frozen::knuth_morris_pratt_searcher< size >::operator() ( ForwardIterator first,
ForwardIterator last ) const
inlineconstexpr

The documentation for this class was generated from the following file: