Home
last modified time | relevance | path

Searched defs:SC_Type (Results 1 – 1 of 1) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dsc_type.h15 struct SC_Type struct
21 SC_Type(Shared<const Type> t) : type_(t) {} in SC_Type() function
23 SC_Type() : type_(Type::Error) {} in SC_Type() function
60 inline bool is_error() const { in is_error()
68 inline bool is_bool() const { in is_bool()
100 inline bool is_num() const { in is_num()
127 // These functions view an SC_Type as a multi-D array of plexes. argument
132 inline SC_Type plex_array_base() const { in plex_array_base() argument
149 inline bool is_plex() const { in is_plex()
152 inline bool is_list() const { in is_list()
[all …]