$darkmode
const.hpp File Reference
#include <string>
#include <utility>
#include <fable/schema/interface.hpp>
#include <fable/schema/string.hpp>
Include dependency graph for const.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fable::schema::Const< T, P >
 

Functions

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)
 

Detailed Description