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

@ -9,7 +9,7 @@
#define SPROUT_GENERATOR_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/generator/generated_value.hpp>
#include <sprout/generator/next_generator.hpp>
#include <sprout/generator/access_functions.hpp>
#include <sprout/generator/generate_functions.hpp>
#endif // #ifndef SPROUT_GENERATOR_FUNCTIONS_HPP