Home
last modified time | relevance | path

Searched defs:EA_NOEXCEPT_IF (Results 1 – 2 of 2) sorted by relevance

/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestTypeTraits.cpp221 ThrowConstructibleTest(const float) EA_NOEXCEPT_IF(false) { } in EA_NOEXCEPT_IF() function
248 virtual ~ThrowDestructibleNoexceptFalse() EA_NOEXCEPT_IF(false) { } in EA_NOEXCEPT_IF() function
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/internal/
H A Dconfig.h127 #define EA_NOEXCEPT_IF(predicate) macro