takane
Validators for ArtifactDB file formats
Loading...
Searching...
No Matches
takane.hpp
Go to the documentation of this file.
1#ifndef TAKANE_TAKANE_HPP
2#define TAKANE_TAKANE_HPP
3
4#include "_validate.hpp"
5#include "_height.hpp"
7#include "_derived_from.hpp"
8#include "_dimensions.hpp"
9
19namespace takane {}
20
21#endif
Check for derived object relationships.
Dispatch to functions for the object's dimensions.
Dispatch to functions for the object's height.
Check if an object interface is satisfied.
Validation dispatch function.
takane validation functions.
Definition _derived_from.hpp:15