|
rstd 0.1.0
|
| ▼Nrstd | |
| ▼Nmtp | |
| Rtriv | Is trivial |
| Rtriv_init | Is trivially constructible |
| Rtriv_drop | Is trivially destructible |
| Rtriv_copy | Is trivially copyable |
| Rtriv_move | Is trivially moveable |
| Rtriv_assign | Is trivially assignable |
| Rnoex_init | Is nothrow constructible |
| Rnoex_assign | Is nothrow assignable |
| Rnoex_copy | Is nothrow copy construcible |
| Rnoex_move | Is nothrow move construcible |
| Rnoex_assign_copy | Is nothrow copy assignable |
| Rnoex_assign_move | Is nothrow move assignable |
| Rnoex_drop | Is no throw destructible |
| RImpled | Check if has Impl |