![]() |
helics
3.3.0
|
Go to the source code of this file.
Namespaces | |
helics | |
the main namespace for the helics co-simulation library User functions will be in the helics namespace with internal functions possible in a lower level namespace | |
function definitions for operations on core types
|
noexcept |
generate a core type value from a std::string
type | a string describing the desired core type |
|
noexcept |
Returns true if core/broker type specified is available in current compilation.
bool helics::core::matchingTypes | ( | std::string_view | type1, |
std::string_view | type2 | ||
) |
check if two data types are compatible with each other
type1 | the first type to match |
type2 | the second type to check |
std::string helics::core::to_string | ( | CoreType | type | ) |
generate a string based on the core type