$darkmode
#include <optional>#include <string>#include <type_traits>#include <utility>#include <fable/schema/interface.hpp>#include <fable/utility/optional.hpp>Go to the source code of this file.
Classes | |
| struct | fable::schema::is_optional< T > |
| struct | fable::schema::is_optional< std::optional< T > > |
| class | fable::schema::Optional< T, P > |
Variables | |
| template<typename T > | |
| constexpr bool | fable::schema::is_optional_v = is_optional<T>::value |