Skip to content

Latest commit

 

History

82 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arietta

A collection of C++ template metaprogramming utilities and experiments.

Getting Started

Use CMake and CPM to add this library to your project.

CPMAddPackage(
  NAME arietta
  GITHUB_REPOSITORY Nagisaaaaaaaaa/arietta
  GIT_TAG main
  OPTIONS "ARIETTA_ENABLE_TESTING OFF"
)

add_executable(${PROJECT_NAME} main.cpp)

target_link_libraries(${PROJECT_NAME} PUBLIC
  Arietta
)

Warning

Some of this library’s functionality is implemented using stateful template metaprogramming. You can find all related features under this directory. Please use them with care.

About

A collection of C++ template metaprogramming utilities and experiments.

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages