MIRA
|
By default, IsCheapToCopy<T>::value evaluates to true for fundamental types T, false for all other types. More...
#include <utils/IsCheapToCopy.h>
By default, IsCheapToCopy<T>::value evaluates to true for fundamental types T, false for all other types.
It can specialized for specific types to indicate these can be copied cheaply and should e.g. prefer copying over sharing and locking for read.