[type_traits] is_scalar - fit into register?

5 Apr
2012
5 Apr
'12
6:50 p.m.
Hi, is it a correct assumtion that all types which evaluate 'is_scalar<T>::value' to 'true' will fit into a processor register? Oliver

5 Apr
5 Apr
7:14 p.m.
AMDG On 04/05/2012 11:50 AM, Oliver Kowalke wrote:
Hi, is it a correct assumtion that all types which evaluate 'is_scalar<T>::value' to 'true' will fit into a processor register? Oliver
No. e.g. is_scalar returns true for long long on 32-bit architectures. In Christ, Steven Watanabe
4817
Age (days ago)
4817
Last active (days ago)
1 comments
2 participants
participants (2)
-
Oliver Kowalke
-
Steven Watanabe