#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 (const T &constant, const P &prototype, std::string &&desc) |
| |
|
Const< std::string, String > | fable::schema::make_const_str (const std::string &constant, std::string &&desc) |
| |
|
Const< std::string, String > | fable::schema::make_const_str (const char *constant, std::string &&desc) |
| |