sw1tcherrr / variant

Reimplementation of std::variant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

variant

Reimplementation of std::variant

  • visitation mechanism
  • converting constructors
  • SFINAE-friendliness (preserving triviality, copy-ability, etc)

Compilation

Requires C++20 and a modern compiler that supports concepts (tested with last versions of gcc and clang)

About

Reimplementation of std::variant


Languages

Language:C++ 100.0%