Determine if boost::function can use the small-object optimization with the function object type F. More...
#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)))) | |
Determine if boost::function can use the small-object optimization with the function object type F.
boost::detail::function::function_allows_small_object_optimization< F >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = ((sizeof(F)<=sizeof(function_buffer)&&(alignment_of< function_buffer >::value%alignment_of< F >::value==0))) |
||
) |