#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 , typename S > |
| Const< T, P > | fable::schema::make_const_schema (T &&constant, P &&prototype, S &&desc) |
| |
|
template<typename T , typename S > |
| Const< T, decltype(make_prototype< std::remove_cv_t< std::remove_reference_t< T >>>))> | fable::schema::make_const_schema (T &&constant, S &&desc) |
| |