Beispiel #1
0
cons::point message_stencil::write_to(cons::frame& frame, const value_type& msg) {
	assert(msg);
	frame_=&frame;
	msg->visit(*this);
	return last;
}