Lines Matching refs:function
89 .. cpp:function:: concurrent_lru_cache( value_function_type f, std::size_t number_of_lru_history_it…
92 unused values, with a function object ``f`` for constructing new values.
96 .. cpp:function:: ~concurrent_lru_cache();
105 .. cpp:function:: handle operator[]( key_type k );
108 If such an item is not found, the user-specified function object is called to
121 .. cpp:function:: handle();
127 .. cpp:function:: handle( handle&& other );
135 .. cpp:function:: ~handle();
143 .. cpp:function:: handle& operator=( handle&& other );
153 .. cpp:function:: operator bool() const;
159 .. cpp:function:: value_type& value();