Home
last modified time | relevance | path

Searched defs:make_const_entry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Denvironment.hpp201 struct make_const_entry struct
207 Environment *env;
208 make_const_entry(Environment & env) : env(&env) {}; in make_const_entry() function
209 const_entry<Char, Environment> operator()(const Char* data) const in operator ()()