MIRA
IsCheapToCopy< T > Class Template Reference

By default, IsCheapToCopy<T>::value evaluates to true for fundamental types T, false for all other types. More...

#include <utils/IsCheapToCopy.h>

Inheritance diagram for IsCheapToCopy< T >:
Inheritance graph
[legend]

Detailed Description

template<typename T>
class mira::IsCheapToCopy< T >

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.


The documentation for this class was generated from the following file: