0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gitWatch > setTo() > set()と区別?

Last updated at Posted at 2015-06-22

https://github.com/mamedev/mame/commit/00150aec1cf3e6b4d00a3fd7b0211baaedc6881b
を見ていると

if (is_sound_device())
{
	update_to_current_time();
	m_param->setTo((val >> m_shift) & m_mask);
}    

のようにsetTo()という関数を使っている例を見つけた。

setTo()という名前はset()と何か違うのだろうか?
set()だと検索しずらいのだろうか?


setTo()関連で以下を見つけた。 http://stackoverflow.com/questions/8971308/what-is-cvsetto-function
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?