Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dtransitive_closure.hpp42 struct subscript_t struct
44 typedef ST argument_type;
45 typedef VT& result_type;
47 subscript_t(TheContainer& c) : container(&c) {} in subscript_t() function
48 VT& operator()(const ST& i) const { return (*container)[i]; } in operator ()()
51 TheContainer* container;
/third_party/boost/tools/build/src/engine/
Dfunction.cpp618 } subscript_t; typedef