Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.

License

NotificationsYou must be signed in to change notification settings

eggs-cpp/variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Eggs.Variant is aC++11/14/17 generic, type-safe, discriminated union.See the documentation athttp://eggs-cpp.github.io/variant/.

Requirements

The library requires a standard conformant implementation ofC++11; a fewadditional features are only available underC++14/17. Some effort was doneto support incomplete language or standard library implementations —seeConfig—. There are no external dependencies.

The library is continuously tested with the following configurations:Build StatusBuild Status

  • Clang 3.9, 4, 5
  • GCC 5, 6, 7
  • Apple LLVM 7.3, 8.3, 9.1
  • MSVC 2015, 2017

[Note: Older versions ofClang (3.0+) andGCC (4.6+) are no longer tested,but should still work; please report any issues if you are using them. Olderversions ofMSVC are not supported.]


CopyrightAgustín Bergé,Fusion Fenix 2014-2018

Distributed under the Boost Software License, Version 1.0. (See accompanyingfile LICENSE.txt or copy athttp://www.boost.org/LICENSE_1_0.txt)

About

Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp