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

Go to the source code of this file.

Classes

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

Functions

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

Detailed Description