Public Member Functions | List of all members
boost::detail::function::function_allows_small_object_optimization< F > Struct Template Reference

#include <function_base.hpp>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=((sizeof(F)<=sizeof(function_buffer)&&(alignment_of< function_buffer >::value%alignment_of< F >::value==0))))
 

Detailed Description

template<typename F>
struct boost::detail::function::function_allows_small_object_optimization< F >

Determine if boost::function can use the small-object optimization with the function object type F.

Definition at line 250 of file function_base.hpp.

Member Function Documentation

template<typename F >
boost::detail::function::function_allows_small_object_optimization< F >::BOOST_STATIC_CONSTANT ( bool  ,
value  = ((sizeof(F)<=sizeof(function_buffer)&&(alignment_offunction_buffer >::value%alignment_of< F >::value==0))) 
)

The documentation for this struct was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34