ViennaCL - The Vienna Computing Library  1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
viennacl::result_of::size_type< T > Struct Template Reference

Generic meta-function for retrieving the size_type associated with type T. More...

#include <result_of.hpp>

Public Types

typedef T::size_type type
 

Detailed Description

template<typename T>
struct viennacl::result_of::size_type< T >

Generic meta-function for retrieving the size_type associated with type T.

Definition at line 139 of file result_of.hpp.

Member Typedef Documentation

template<typename T>
typedef T::size_type viennacl::result_of::size_type< T >::type

Definition at line 141 of file result_of.hpp.


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