All Projects → adah1972 → output_container

adah1972 / output_container

Licence: Unlicense License
Automatic output function for STL containers

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to output container

avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
Stars: ✭ 33 (+3.13%)
Mutual labels:  container, stl
Fifo map
a FIFO-ordered associative container for C++
Stars: ✭ 100 (+212.5%)
Mutual labels:  container, stl
Tstl
TypeScript-STL (Standard Template Library, migrated from C++)
Stars: ✭ 397 (+1140.63%)
Mutual labels:  container, stl
USmallFlat
Ubpa small flat containers based on C++20
Stars: ✭ 20 (-37.5%)
Mutual labels:  container, stl
ubuntu-vnc-xfce
Headless Ubuntu/Xfce containers with VNC/noVNC (Generation 1)
Stars: ✭ 51 (+59.38%)
Mutual labels:  container
daspanel
Free, open-source, server agnostic, self-hosted web hosting control panel using Docker
Stars: ✭ 71 (+121.88%)
Mutual labels:  container
restme
Template to bootstrap a fully functional, multi-region, REST service on GCP with a developer release pipeline.
Stars: ✭ 19 (-40.62%)
Mutual labels:  container
UE4 MagicConsole
Enhanced UE4 output log widget
Stars: ✭ 71 (+121.88%)
Mutual labels:  output
droxy
Create commands on your machine that proxy docker run / exec calls
Stars: ✭ 12 (-62.5%)
Mutual labels:  container
Dockerfiles
Optimized media, analytics and graphics software stack images. Use the dockerfile(s) in your project or as a recipe book for bare metal installation.
Stars: ✭ 98 (+206.25%)
Mutual labels:  container
squish
An experimental, rootless, Alpine-based container runtime
Stars: ✭ 17 (-46.87%)
Mutual labels:  container
docker-varnish
Varnish docker image used within EMGAG environments
Stars: ✭ 25 (-21.87%)
Mutual labels:  container
polylineencoder
A C++ implementation of Google Encoded Polyline Algorithm Format (encoder/decoder)
Stars: ✭ 15 (-53.12%)
Mutual labels:  stl
docker-suricata
A Suricata Docker image.
Stars: ✭ 120 (+275%)
Mutual labels:  container
letsencrypt-to-vault
Renew or get Let's Encrypt certificates and send it to Hashicorp Vault
Stars: ✭ 84 (+162.5%)
Mutual labels:  container
nginx-container
Nginx high-performance HTTP server and reverse proxy container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 77 (+140.63%)
Mutual labels:  container
cgroupfs
Cgroupfs provides an emulated /proc/meminfo, /proc/cpuinfo... for containers
Stars: ✭ 28 (-12.5%)
Mutual labels:  container
nap
A tiny, statically linked program that calls the "sleep" system call
Stars: ✭ 21 (-34.37%)
Mutual labels:  container
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-15.62%)
Mutual labels:  stl
Circular Buffer
Circular Buffer/ Circular Array
Stars: ✭ 16 (-50%)
Mutual labels:  stl

This is a simple C++ header file to allow outputting of C++ containers. It is generic and can work with any container that has begin and end member functions. It avoids conflicts with existing output functions (like that for std::string) by detecting whether they can be used.

You may want to check out output_range as well, which is a natural extension of output_container, supporting not only containers, but also ranges like a C array or other C++20 ranges.

Using this file requires a C++17-compliant compiler.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].