Skip to content

MeSugar/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Implementation of MAP (using Red-Black tree), VECTOR and STACK container types of the C++ standard template library.

Some extra implementations:

  • iterators_traits
  • iterator and reverse_iterator systems
  • enable_if
  • is_integral
  • equal and/or lexicographical_compare
  • std::pair
  • std::make_pair

Usage

This project includes tests for all the member functions, non-member functions and overloads

git clone https://github.com/MeSugar/ft_containers.git
cd ft_containers
./test.sh

You can test the containers on your own with: ft::<container>