#ifndef RFL_DEFINELITERAL_HPP_ #define RFL_DEFINELITERAL_HPP_ #include "Literal.hpp" #include "internal/define_literal.hpp" namespace rfl { /// Allows you to combine several literal types. template using define_literal_t = typename internal::define_literal::type; } // namespace rfl #endif // RFL_DEFINELITERAL_HPP_