コード例 #1
0
static bool isOption(const std::experimental::string_view& str)
{
	assert(!str.empty());
	return str.front() == '-';
}