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

Compile time check for low-level access to mutable data. More...

#include <HasMutableDataAccess.h>

Inherits blaze::IntegralConstant< T, N >.

Detailed Description

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

Compile time check for low-level access to mutable data.

This type trait tests whether the given data type provides a low-level access to mutable data via a non-const 'data' member function. In case the according member function is provided, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType. Examples:

Compile time check for low-level access to mutable data.
Definition: HasMutableDataAccess.h:76

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