Link parameters to grammars

This commit is contained in:
Daniel J. Hofmann
2016-02-17 15:06:52 -08:00
committed by Patrick Niklaus
parent ce82242004
commit 3ff86c4536
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ namespace server
namespace api
{
// Note: this file provides only the interface for the generic parseParameters function.
// The actual implementations for each concrete parameter type live in the cpp file.
namespace detail
{
template <typename T> using is_parameter_t = std::is_base_of<engine::api::BaseParameters, T>;