Public Types | Protected Attributes

mln::metal::internal::vec_base_< n, T > Class Template Reference

#include <vec.hh>

Inheritance diagram for mln::metal::internal::vec_base_< n, T >:
Inheritance graph

List of all members.

Public Types

typedef Object< void > category
typedef vec< n, T > exact_t

Protected Attributes

data_ [n]

Detailed Description

template<unsigned n, typename T>
class mln::metal::internal::vec_base_< n, T >

Definition at line 94 of file metal/vec.hh.


Member Typedef Documentation

typedef Object<void> mln::Object< vec< n, T > >::category [inherited]

Definition at line 174 of file object.hh.

typedef vec< n, T > mln::Object< vec< n, T > >::exact_t [inherited]

Definition at line 173 of file object.hh.


Member Data Documentation

template<unsigned n, typename T>
T mln::metal::internal::vec_base_< n, T >::data_[n] [protected]