MCPcopy Create free account
hub / github.com/apache/madlib / get

Method get

src/utils/shapeToExtents.hpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 typedef boost::multi_array_types::size_type size_type;
29
30 static inline type get(const size_type *inSizeList) {
31 return internal_shapeToExtents<NumDims, Dim - 1>::get(inSizeList).operator[](
32 inSizeList[Dim] );
33 }
34};
35
36template <std::size_t NumDims>

Callers 13

mainFunction · 0.45
_format_actions_usageMethod · 0.45
_expand_helpMethod · 0.45
add_parserMethod · 0.45
_registry_getMethod · 0.45
get_defaultMethod · 0.45
add_subparsersMethod · 0.45
take_actionMethod · 0.45
_match_argumentMethod · 0.45
resolveMethod · 0.45

Calls 1

operator[]Method · 0.80

Tested by

no test coverage detected