MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / is_sequence

Function is_sequence

example/cacheHierarchy/fkYAML/node.hpp:13516–13518  ·  view source on GitHub ↗

@brief Tests whether the current basic_node value is of sequence type. @return true if the type is sequence, false otherwise. @sa https://fktn-k.github.io/fkYAML/api/basic_node/is_sequence/

Source from the content-addressed store, hash-verified

13514 /// @return true if the type is sequence, false otherwise.
13515 /// @sa https://fktn-k.github.io/fkYAML/api/basic_node/is_sequence/
13516 bool is_sequence() const noexcept {
13517 return resolve_reference().is_sequence_impl();
13518 }
13519
13520 /// @brief Tests whether the current basic_node value is of mapping type.
13521 /// @return true if the type is mapping, false otherwise.

Callers 1

node.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected