Giter Site home page Giter Site logo

42-ft_container's Introduction

42-ft_container

What is STL Library?

STLとは、動的配列や双方向リンクリスト、連想配列などといった基本的なデータ構造を、type-safeかつ最小コーディングで再利用するためのライブラリ。
ライブラリとはいっても、ほとんどtemplateでできているので、ヘッダファイルをインクルードすればすぐ使えます。

What is SFINAE?

SFINAEとはSubstitution Falilure Is Not An Errorの略で、直訳すると「置き換え失敗はエラーではない」という意味
あるテンプレートの展開において、置き換えに失敗した場合はそこでコンパイルエラーとするのではなく、対象から除外してコンパイルを継続する機能
URL: https://izadori.net/cpp-templ-sfinae/

Reference

URL: 
	https://cpprefjp.github.io/
	https://en.cppreference.com/w/cpp
	https://cplusplus.com/reference/stl/
	https://nafuka.hatenablog.com/entry/2021/12/06/014200
	https://www.slideshare.net/HEXADRIVE/c-c98stlc11

Git Guidelines

- Keep it short (less than 100 characters total)
- Specify what changes have been made([add],[fix],[rm],[update],[move],[rename],[improve])
- Append the issue number to the prefix
- Clearly state in the body why the change was made
example) #X(what is the issue number) [add (what did you do change)] :[body (why did you change)]

42-ft_container's People

Contributors

shuta-syd avatar

Watchers

 avatar

42-ft_container's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.