DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 12.2.0-2 / yo / coroutines / demo / fsa / start / destructor.cc
123456789
#include "start.ih" //impl Start::~Start() { if (d_handle) d_handle.destroy(); } //=