For me they look very similar. If you can direct somewhere where I can read about it I would appreciate it. Thanks!
operator int() const
{
return value;
}
int operator()() const
{
return value;
}
For me they look very similar. If you can direct somewhere where I can read about it I would appreciate it. Thanks!
operator int() const
{
return value;
}
int operator()() const
{
return value;
}