Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 61 of file vec_concat.h.
Public Types | |
typedef vec< T, M >::size_type | size_type |
typedef vec_concat_value< T, M > | value_type |
Public Member Functions | |
vec_concat () | |
vec< T, M > | build_vec () const |
vec_concat (const std::initializer_list< value_type > &il) | |
Protected Attributes | |
std::list< value_type > | _l |
Definition at line 64 of file vec_concat.h.
typedef vec_concat_value<T,M> value_type |
Definition at line 65 of file vec_concat.h.
vec_concat | ( | ) |
Definition at line 69 of file vec_concat.h.
vec_concat | ( | const std::initializer_list< value_type > & | il | ) |
Definition at line 72 of file vec_concat.h.
Definition at line 29 of file vec_concat.cc.
|
protected |
Definition at line 81 of file vec_concat.h.