blaze::HasMutableDataAccess< T > Struct Template Reference

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 enumeration is set to 1, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to 0, Type is FalseType, and the class derives from FalseType. Examples: More...

#include <HasMutableDataAccess.h>

Inherits FalseType.

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 enumeration is set to 1, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to 0, Type is FalseType, and the class derives from FalseType. Examples:


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