|
ViennaCL - The Vienna Computing Library
1.5.1
|
Functor for returning the size of the underlying scalar type in bytes. More...
#include <utils.hpp>
Public Types | |
| typedef vcl_size_t | result_type |
Public Member Functions | |
| result_type | operator() (float const &) const |
| result_type | operator() (double const &) const |
| template<class T > | |
| result_type | operator() (T const &) const |
Functor for returning the size of the underlying scalar type in bytes.
| typedef vcl_size_t result_type |
| result_type operator() | ( | float const & | ) | const [inline] |
| result_type operator() | ( | double const & | ) | const [inline] |
| result_type operator() | ( | T const & | ) | const [inline] |
1.7.6.1