vg
tools for working with variation graphs
handlegraph::BoolReturningWrapper< Iteratee, ReturnsBool > Struct Template Reference

#include <iteratee.hpp>

Detailed Description

template<typename Iteratee, bool ReturnsBool = std::is_same<typename return_type_of<Iteratee>::type, bool>::value>
struct handlegraph::BoolReturningWrapper< Iteratee, ReturnsBool >

Specializations of this class have a wrap() static method that takes a function and returns a version of that function that returns a bool.


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