kblib 0.2.3
General utilities library for modern C++
|
Implementation details for poly_obj. More...
Functions | |
constexpr auto | copyable (construct_type type) noexcept -> bool |
constexpr auto | movable (construct_type type) noexcept -> bool |
constexpr auto | nothrow_movable (construct_type type) noexcept -> bool |
constexpr auto | make_ctype (bool copyable, bool movable, bool nothrow_movable) -> construct_type |
template<typename T , typename Traits > | |
auto | make_ops_t () noexcept -> erased_construct< Traits > |
Variables | |
template<typename T > | |
constexpr construct_type | construct_traits |
Implementation details for poly_obj.
|
constexprnoexcept |
Definition at line 72 of file poly_obj.h.
|
constexpr |
Definition at line 86 of file poly_obj.h.
|
noexcept |
Definition at line 220 of file poly_obj.h.
|
constexprnoexcept |
Definition at line 76 of file poly_obj.h.
|
constexprnoexcept |
Definition at line 80 of file poly_obj.h.
|
constexpr |
Definition at line 176 of file poly_obj.h.