Blaze 3.9
blaze::AddRValueReference< T > Struct Template Reference

Addition of a top level reference. More...

#include <AddRValueReference.h>

Detailed Description

template<typename T>
struct blaze::AddRValueReference< T >

Addition of a top level reference.

In case the given type T is not a reference type, the AddRValueReference type trait adds a top level rvalue reference to the given type T. Else the resulting type Type is T.

Addition of a top level reference.
Definition: AddRValueReference.h:70

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