|
qb
2.0.0.0
C++17 Actor Framework
|
Conditionally removes a reference from type T if cond is true. More...
#include <type_traits.h>
Public Types | |
| typedef T | type |
| Resulting type (unchanged if condition is false) | |
Static Public Attributes | |
| static constexpr bool | value = false |
| Whether reference was removed. | |
Conditionally removes a reference from type T if cond is true.
| T | The type to process. |
| cond | A boolean condition. If true, std::remove_reference<T>::type is used. |