True when T is nothrow move constructible and nothrow move assignable.
Synopsis
Declared in <folly/Expected.h>
template<class T>
using IsNothrowMovable = StrictConjunction<std::is_nothrow_move_constructible<T>, std::is_nothrow_move_assignable<T>>;
Created with MrDocs