[lang-ref]
文字列
>
初期化
> カラ文字列 ( cpp )
[lang-ref] カラ文字列 ( cpp )
TEST(StringInit, AssignEmptyString) { // "" std::string s = ""; EXPECT_EQ(s, ""); }