utempl/examples/src/make.cpp

6 lines
139 B
C++

#include <utempl/utempl.hpp>
import std;
auto main() -> int {
constexpr auto arr = utempl::TupleMaker<std::array<void*, 0>>::Make();
};