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

Go to the source code of this file.

Classes

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

Functions

template<typename T , typename P >
Optional< T, P > fable::schema::make_schema (boost::optional< T > *ptr, const P &prototype, std::string &&desc)
 

Detailed Description