MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / size

Method size

src/AbstractState.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 end = backends.end();
50 };
51 std::size_t size() {
52 return backends.size();
53 };
54};
55inline BackendLibrary& get_backend_library() {
56 static BackendLibrary the_library;

Callers 15

set_fluidFunction · 0.45
COOLPROP_EESFunction · 0.45
CoolPropSolverMethod · 0.45
AllocMathcadStringFunction · 0.45
AllocateToMathcadArrayFunction · 0.45
summarizeFunction · 0.45
bench_oneFunction · 0.45
percentile_sortedFunction · 0.45
build_region_svdFunction · 0.45
run_fluidFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected