Skip to content

tarqd/core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

MNMLSTC Core is a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions, or some proposals that have not been completely approved yet.

Information on installing and using MNMLSTC Core can be found in its documentation.

MNMLSTC Core is released under the Apache 2.0 License.

Components

Some components provided by MNMLSTC Core are:

  • variant<Ts...>
  • optional<T>
  • expected<T>
  • deep_ptr<T>
  • poly_ptr<T>
  • string_view
  • range<T>
  • any

Details on each component can be found in MNMLSTC Core's documentation. All of the MNMLSTC Core components reside in the core namespace. The library is organized equivalent to the standard library e.g., components related to memory are in the memory header, functional components in the functional header, etc.

Requirements

There are several requirements to fully use MNMLSTC Core:

MNMLSTC Unittest is only necessary if building and running the unit tests.

Sphinx and the Cloud Sphinx Theme are only necessary if generating documentation manually.

About

C++14 (and beyond) library features implemented in C++11

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.7%
  • Python 0.3%