ViVi Home > 技術文書 > ポインタ入門 > 文字列クラス > front


 

 

C/C++ ポインタ入門 > 文字列クラス > front
Nobuhide Tsuda
Jan-2014

front:

char String::front() const
{
    return m_data[0];
}

解説:

 


前: | 次: