|
piranha
0.10
|
Type trait to detect equality function objects. More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Type trait to detect equality function objects.
T is an equality function object for U if the following requirements are met:
T is a function object with const call operator accepting as input two const U and returning bool,T satisfies piranha::is_container_element. Definition at line 711 of file type_traits.hpp.
1.8.14