const
同じ名前の非メンバー関数を宣言すると、const
オーバーロードとして分類されますか?
iterator find ( const key_type& x );
const_iterator find ( const key_type& x ) const;
const
同じ名前の非メンバー関数を宣言すると、const
オーバーロードとして分類されますか?
iterator find ( const key_type& x );
const_iterator find ( const key_type& x ) const;