関数 |
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator+= (array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator-= (array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator*= (array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator/= (array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator+= (array1< T, Allocator > &a1, typename array1< T, Allocator >::value_type val) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator-= (array1< T, Allocator > &a1, typename array1< T, Allocator >::value_type val) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator*= (array1< T, Allocator > &a1, typename array1< T, Allocator >::value_type val) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| const array1< T, Allocator > & | operator/= (array1< T, Allocator > &a1, typename array1< T, Allocator >::value_type val) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator- (const array1< T, Allocator > &a) |
| | 符号反転
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator+ (const array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 足し算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator- (const array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 引き算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator* (const array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 掛け算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator/ (const array1< T, Allocator > &a1, const array1< T, Allocator > &a2) |
| | 割り算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator+ (const array1< T, Allocator > &a, typename array1< T, Allocator >::value_type val) |
| | 定数との足し算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator+ (typename array1< T, Allocator >::value_type val, const array1< T, Allocator > &a) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator- (const array1< T, Allocator > &a, typename array1< T, Allocator >::value_type val) |
| | 定数との引き算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator- (typename array1< T, Allocator >::value_type val, const array1< T, Allocator > &a) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator* (const array1< T, Allocator > &a, typename array1< T, Allocator >::value_type val) |
| | 定数との掛け算
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator* (typename array1< T, Allocator >::value_type val, const array1< T, Allocator > &a) |
| | 関数・クラスの概要を書く
|
| template<class T , class Allocator > |
| array1< T, Allocator > | operator/ (const array1< T, Allocator > &a, typename array1< T, Allocator >::value_type val) |
| | 定数との割り算
|