Public Types

data_type_reference< DataType, ContainerType > Struct Template Reference

A helper metafunction that fixes problems with std::vector<bool> returning std::_bit_reference instead of bool. More...

#include <data_container.hpp>

Public Types

typedef DataType & type

Detailed Description

template<typename DataType, typename ContainerType>
struct viennadata::traits::data_type_reference< DataType, ContainerType >

A helper metafunction that fixes problems with std::vector<bool> returning std::_bit_reference instead of bool.


Member Typedef Documentation

typedef DataType& type

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