Empirical
|
#include <attrs.h>
Classes | |
struct | __attrs_impl_constructor_detector |
struct | args_tag |
struct | copy_tag |
struct | move_tag |
Protected Types | |
template<class U > | |
using | constructor_detector = typename __attrs_impl_constructor_detector< U >::type |
Protected Member Functions | |
constexpr | AttrsParent () |
template<class... U> | |
constexpr | AttrsParent (const args_tag &, U &&...args) |
template<class... U> | |
constexpr | AttrsParent (const copy_tag &, const Attrs< U... > &other) |
template<class... U> | |
constexpr | AttrsParent (const move_tag &, Attrs< U... > &&other) |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |