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

Go to the source code of this file.

Classes

class  fable::schema::FromConfable< T, >
 

Functions

template<typename T , typename S , std::enable_if_t< std::is_base_of_v< Confable, T > &&std::is_default_constructible_v< T >, int > = 0>
FromConfable< T > fable::schema::make_schema (T *ptr, S &&desc)
 

Detailed Description