Skip to content
Snippets Groups Projects
Blank.h 352 B
Newer Older
#include <alphabet/Blank.h>
#include <core/stringApi.hpp>

namespace core {

template < >
struct stringApi < alphabet::Blank > {
	static alphabet::Blank parse ( ext::istream & input );
Jan Trávníček's avatar
Jan Trávníček committed
	static bool first ( ext::istream & input );
	static void compose ( ext::ostream & output, const alphabet::Blank & symbol );
} /* namespace core */