$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 , 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)
 

Detailed Description