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