C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_4_3::next_if< N, Predicate > Struct Template Reference

Fix algorithm 1 in Exercise 4-3: More...

#include <exercise-4-3.hpp>

Inheritance diagram for exercise_4_3::next_if< N, Predicate >:

Detailed Description

template<typename N, typename Predicate>
struct exercise_4_3::next_if< N, Predicate >

Fix algorithm 1 in Exercise 4-3:

Definition at line 72 of file exercise-4-3.hpp.


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