utempl/examples/src/make.cpp

6 lines
126 B
C++
Raw Normal View History

2024-06-28 16:37:33 +00:00
#include <utempl/utils.hpp>
auto main() -> int {
constexpr auto arr = utempl::TupleMaker<std::array<void*, 0>>::Make();
};