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

Go to the source code of this file.

Classes

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

Functions

template<typename T , typename P >
Vector< T, P > fable::schema::make_schema (std::vector< T > *ptr, P prototype, std::string desc)
 
template<typename T >
Vector< T, decltype(make_prototype< T >))> fable::schema::make_schema (std::vector< T > *ptr, std::string desc)
 

Detailed Description