#include <string>
#include <utility>
#include <fable/schema/interface.hpp>
#include <fable/schema/string.hpp>
Go to the source code of this file.
|
|
template<typename T , typename P > |
| Const< T, P > | fable::schema::make_const_schema (T constant, P prototype, std::string desc) |
| |
|
template<typename T > |
| Const< T, decltype(make_prototype< T >))> | fable::schema::make_const_schema (T constant, std::string desc) |
| |