Home
last modified time | relevance | path

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

/third_party/boost/libs/outcome/test/
Dexpected-pass.cpp309 template <class T> struct MoveAware struct
313 MoveAware(T val_) // NOLINT in MoveAware() function
319 MoveAware(MoveAware &&rhs) in MoveAware() function
326 MoveAware &operator=(MoveAware &&rhs) in operator =() argument