1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add generators::next_value function

This commit is contained in:
bolero-MURAKAMI 2016-04-28 08:42:13 +09:00
parent 2fe34cc922
commit 51614b1356
16 changed files with 681 additions and 98 deletions

View file

@ -12,6 +12,7 @@
#include <sprout/config.hpp>
#include <sprout/utility/move.hpp>
#include <sprout/generator/traits_fwd.hpp>
#include <sprout/generator/access_functions_fwd.hpp>
#include <sprout/generator/detail/generated_value.hpp>
#include <sprout/generator/detail/next_generator.hpp>