|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator+ (const vector< T, TAllocator, TStorage > &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator+ (const vector< T, TAllocator, TStorage > &a, const T &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator+ (const T &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator- (const vector< T, TAllocator, TStorage > &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator- (const vector< T, TAllocator, TStorage > &a) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator- (const vector< T, TAllocator, TStorage > &a, const T &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator- (const T &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator* (const vector< T, TAllocator, TStorage > &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator* (const vector< T, TAllocator, TStorage > &a, const T &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator* (const T &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator/ (const vector< T, TAllocator, TStorage > &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator/ (const vector< T, TAllocator, TStorage > &a, const T &b) |
|
template<typename T , int calc = 0, class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::operator/ (const T &a, const vector< T, TAllocator, TStorage > &b) |
|
template<typename T , class TAllocator = std::allocator, class TStorage = standard_vector_storage<T, TAllocator>> |
vector< T, TAllocator, TStorage > | std::scale (const vector< T, TAllocator, TStorage > &v, const T s) |
|