#include <string>
#include <utility>
#include <vector>
#include <fable/schema/interface.hpp>
Go to the source code of this file.
|
|
using | fable::schema::BoxVec = std::vector< Box > |
| |
|
using | fable::schema::BoxList = std::initializer_list< Box > |
| |
|
|
Variant | fable::schema::make_schema (std::initializer_list< Box > vec) |
| |
|
Variant | fable::schema::make_schema (std::string desc, std::initializer_list< Box > vec) |
| |
|
Variant | fable::schema::make_schema (std::vector< Box > &&vec) |
| |
|
Variant | fable::schema::make_schema (std::string desc, std::vector< Box > &&vec) |
| |