$darkmode
#include <memory>#include <optional>#include <string>#include <type_traits>#include <utility>#include <fable/conf.hpp>#include <fable/error.hpp>#include <fable/fable_fwd.hpp>#include <fable/json.hpp>Go to the source code of this file.
Classes | |
| class | fable::schema::Interface |
| class | fable::schema::Box |
| class | fable::schema::Base< CRTP > |
Functions | |
| template<typename T , typename S = std::string, std::enable_if_t< std::is_base_of_v< Confable, T >, int > = 0> | |
| auto | fable::schema::make_prototype (S &&desc="") |