DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 13.02.02-1 / yo / coroutines / demo / fibocoro / fibo / next.cc
123456789
#include "fibo.h" //next size_t Fibo::next() { d_handle.resume(); return d_handle.promise().value(); } //=