Skip to content

solareenlo/42ft_containers

Repository files navigation

【WIP :)】42ft_containers

Codacy Badge CodeFactor Coverage Status codecov Cpplint Sanitizer Valgrind Make test Linux FOSSA Status

References

STL/Containers

deque

Red-Black Tree

Type traits

namespace

Iterators

allocator

SFINAE

Typedef

  • The Typedef Keyword in C and C++
  • The typedef keyword allows the programmer to create new names for types such as int or, more commonly in C++, templated types--it literally stands for "type definition". Typedefs can be used both to provide more clarity to your code and to make it easier to make changes to the underlying data types that you use.

Typedef & Typename

Template

value_type

BST

Vector

List

Merge sort

max_size()

Quick sort

explicit

Tips

Unit test

Source Code

llvm

gcc

gnu libstdc++

microsoft

License

FOSSA Status