diff --git a/docs/docs/other.xml b/docs/docs/other.xml index d27ac4c3c..4217bf1a5 100644 --- a/docs/docs/other.xml +++ b/docs/docs/other.xml @@ -345,35 +345,19 @@ - + bound_function_pointer dlib/bound_function_pointer.h dlib/bound_function_pointer/bound_function_pointer_kernel_abstract.h This object represents a function with all its arguments bound to specific objects. + +

+ This implementation is done using type erasure and placement new. This + means that it never allocates memory on the heap and instead stores everything + on the stack. +

- - - - bound_function_pointer_kernel_1 - dlib/bound_function_pointer/bound_function_pointer_kernel_1.h - - This implementation is done using type erasure and placement new. This - means that it never allocates memory on the heap and instead stores everything - on the stack. - - - - - kernel_1a - is a typedef for bound_function_pointer_kernel_1 - - - - - - -