rangeless::fn
rangeless::fn::impl::call_count_lt Struct Reference

#include <fn.hpp>

Public Member Functions

template<typename T >
bool operator() (const T &) const
 

Public Attributes

const size_t cap
 
size_t num_calls
 

Detailed Description

Definition at line 2032 of file fn.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
bool rangeless::fn::impl::call_count_lt::operator() ( const T &  ) const
inline

Definition at line 2038 of file fn.hpp.

Member Data Documentation

◆ cap

const size_t rangeless::fn::impl::call_count_lt::cap

Definition at line 2034 of file fn.hpp.

◆ num_calls

size_t rangeless::fn::impl::call_count_lt::num_calls
mutable

Definition at line 2035 of file fn.hpp.


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