# Mozart++ **Repository Path**: covariant-institute/libmozart ## Basic Information - **Project Name**: Mozart++ - **Description**: Mozart++ 是一个用现代 C++ 写成的模版库,用来补足 STL 的短板 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/unicov-osc/libmozart - **GVP Project**: No ## Statistics - **Stars**: 34 - **Forks**: 13 - **Created**: 2020-01-01 - **Last Updated**: 2023-07-30 ## Categories & Tags **Categories**: utils **Tags**: None ## README
logo

Mozart++ Template Library

[![GitHub top language](https://img.shields.io/github/languages/top/chengdu-zhirui/libmozart.svg)](https://github.com/covariant-institute/mozart) [![license](https://img.shields.io/github/license/chengdu-zhirui/libmozart.svg)](https://github.com/covariant-institute/mozart)
## What is Mozart++ Mozart++ is a cross-platform template library written in Modern C++ designed to make up for essential but missing components in STL. Mozart++ was born in our daily development. We usually build all kinds of "wheels" in a project, but the process is just so trivial, as a result, we decided to put these "wheels" out as a separate template library. Currently our project is written in C++14 because our main project which Mozart++ originally aimed to support was written in C++14. This project was forked from [libmozart](https://github.com/libmozart) and maintained by Chengdu Covariant Technologies Co., LTD. Mozart++ Logo was designed by [Michael Lee](https://github.com/mikecovlee). ## Contributions Contributions and ideas are welcomed through issues and PRs. ## Developers [![](https://github.com/chengdu-zhirui.png?size=50)](https://github.com/chengdu-zhirui) Special thanks to [imkiva](https://github.com/imkiva) contributes to the original project. ## License ``` Copyright (C) 2020-2021 Chengdu Covariant Technologies Co., LTD. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```