Skip to content

macro TL_EXPECTED_IS_TRIVIALLY_DESTRUCTIBLE

TL_EXPECTED_IS_TRIVIALLY_DESTRUCTIBLE(T)                               \
  std::is_trivially_destructible<T>

Defined at thirdparty/expected/expected.hpp:108