vg
tools for working with variation graphs
Static Public Member Functions | List of all members
handlegraph::BoolReturningWrapper< Iteratee, Iterated, bool > Struct Template Reference

This specialization handles wrapping bool-returning callables. More...

#include <iteratee.hpp>

Static Public Member Functions

static std::function< bool(const Iterated &)> wrap (const Iteratee &iteratee)
 

Detailed Description

template<typename Iteratee, typename Iterated>
struct handlegraph::BoolReturningWrapper< Iteratee, Iterated, bool >

This specialization handles wrapping bool-returning callables.

Member Function Documentation

◆ wrap()

template<typename Iteratee , typename Iterated >
static std::function<bool(const Iterated&)> handlegraph::BoolReturningWrapper< Iteratee, Iterated, bool >::wrap ( const Iteratee &  iteratee)
inlinestatic

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