Go to the source code of this file.
Functions | |
| template<typename T > | |
| constexpr bool | nothrow_destructible () |
| template<typename T > | |
| constexpr bool | noncopyable () |
| template<typename T > | |
| constexpr bool | nothrow_movable () |
| int | main () |
| int main | ( | void | ) |
Definition at line 28 of file class_traits_t.cc.
| constexpr bool noncopyable | ( | ) |
Definition at line 14 of file class_traits_t.cc.
| constexpr bool nothrow_destructible | ( | ) |
Definition at line 7 of file class_traits_t.cc.
| constexpr bool nothrow_movable | ( | ) |
Definition at line 21 of file class_traits_t.cc.
1.8.11