Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

C++ template metaprogramming library collection

NotificationsYou must be signed in to change notification settings

sabel83/mpllibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Introduction

Welcome to the website ofmpllibs. This is a collection of C++ templatemetaprogramming libraries.

Components

mpllibs contains the following libraries:

  • metamonad -Library implementing monads and exceptions in C++ template metaprograms
  • safe_printf -A type-safeprintf,fprintf andsprintf implementation

Metaparse has been moved toBoost and isavailable fromversion 1.61. Changesto the Mpllibs version:

  • The namespace has changed frommpllibs::metaparse toboost::metaparse.
  • mpllibs::metaparse::v1 is not included in the Boost version. Thev1 of theBoost version is an updated (see the rest of the bullet points) version ofmpllibs::metaparse::v2.
  • Renamings:
    • MPLLIBS_STRING ->BOOST_METAPARSE_STRING
    • MPLLIBS_DEFINE_ERROR ->BOOST_METAPARASE_DEFINE_ERROR
    • MPLLIBS_LIMIT ->BOOST_METAPARSE_LIMIT
    • any* ->repeated*
    • fold*p ->fold*_start_with_parser
    • fold*f* ->fold*_reject_incomplete*
    • repeatf* ->repeat_reject_incomplete*
  • Removals:
    • parser_tag

Getting the library

License

The libraries are published under theBoost Software License.

About

C++ template metaprogramming library collection

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp