plugify 1.2.8
Loading...
Searching...
No Matches
plg::detail::ipvbase_assignable< T, bool, bool > Struct Template Reference
Inheritance diagram for plg::detail::ipvbase_assignable< T, bool, bool >:
Inheritance graph
[legend]

Detailed Description

template<class T, bool = (std::is_copy_constructible_v<T> && std::is_copy_assignable_v<T>), bool = (std::is_move_constructible_v<T> && std::is_move_assignable_v<T>)>
struct plg::detail::ipvbase_assignable< T, bool, bool >

Definition at line 43 of file inplace_vector.hpp.


The documentation for this struct was generated from the following file: