项目作者: onihusube

项目描述 :
consteval functions (immediate functions) library
高级语言: C++
项目地址: git://github.com/onihusube/spook.git
创建时间: 2019-04-12T08:25:38Z
项目社区:https://github.com/onihusube/spook

开源协议:Boost Software License 1.0

下载


spook

spook is immediate functions library.

Immediate function is consteval function on C++20.

  • header only
  • type safe
  • zero overhead on runtime
  • no undefined behavior
  • no supported compiler

To use it, #include "include/spook.h".

About building a test project

  • Things necesary
    • Meson
    • Ninja (not Windows)
    • VC++2019 latest (Windows)
  1. Change to the checked out directory
    • Within Windows, use x64 Native Tools Command Prompt
  2. You can run meson build
    • Within Windows, meson build --backend vs
  3. Change to the ./build directory
  4. You can run ninja or open VS Solution file(spook.sln).

Welcome to your contribution!

  • Function implementation
  • Bug fix
  • Request additional features
  • Anything is good!