Public Types | |
| typedef Result(* | function_ptr) (Args...) |
Public Member Functions | |
| functor_storage (function_ptr function) | |
| Result | operator() (Args...args) const |
| operator function_ptr & () | |
| operator const function_ptr & () | |
Data Fields | |
| function_ptr | function |
Definition at line 64 of file flat_hash_map.h.
1.8.11