y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
Loading...
Searching...
No Matches
vector.h File Reference
#include "y3c/terminate.h"
#include "y3c/wrap.h"
#include "y3c/typename.h"
#include "y3c/iterator.h"
#include <vector>
#include <memory>
Include dependency graph for vector.h:

Go to the source code of this file.

Classes

class  vector< T >
 可変長配列 (std::vector) More...
 

Namespaces

namespace  y3c
 

Functions

template<typename T >
const std::vector< T > & unwrap (const vector< T > &wrapper) noexcept
 
template<typename T >
void swap (vector< T > &lhs, vector< T > &rhs)
 
template<typename T >
bool operator== (const vector< T > &lhs, const vector< T > &rhs)
 
template<typename T >
bool operator!= (const vector< T > &lhs, const vector< T > &rhs)
 
template<typename T >
bool operator< (const vector< T > &lhs, const vector< T > &rhs)
 
template<typename T >
bool operator<= (const vector< T > &lhs, const vector< T > &rhs)
 
template<typename T >
bool operator> (const vector< T > &lhs, const vector< T > &rhs)
 
template<typename T >
bool operator>= (const vector< T > &lhs, const vector< T > &rhs)