MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / input_adapter

Function input_adapter

include/behaviortree_cpp/contrib/json.hpp:6521–6525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6519// General purpose iterator-based input
6520template<typename IteratorType>
6521typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType first, IteratorType last)
6522{
6523 using factory_type = iterator_input_adapter_factory<IteratorType>;
6524 return factory_type::create(first, last);
6525}
6526
6527// Convenience shorthand from container to iterator
6528// Enables ADL on begin(container) and end(container)

Calls 3

createFunction · 0.85
file_input_adapterFunction · 0.85

Tested by

no test coverage detected