Home
last modified time | relevance | path

Searched defs:identity_element (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Didentity_element.hpp15 template <class Type> struct identity_element struct
18 Type operator()()const { return value(); } in operator ()()
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dgregorian.hpp53 struct identity_element<boost::gregorian::date_duration> struct
55 static boost::gregorian::date_duration value() in value()
Dfunctors.hpp26 … inline static Type identity_element() { return boost::icl::identity_element<Type>::value(); } in identity_element() function
35 inline static Type identity_element() { return boost::icl::unit_element<Type>::value(); } in identity_element() function
/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp146 identity_element in identity_element() function