rttr::visitor::constructor_info< T > Struct Template Reference

The constructor_info class is used to forward all information during registration of a constructor. More...

#include <visitor.h>

Public Types

using declaring_type = T
 The type T where this constructor is declared to.
 
using policy = Policy
 The used policy during registration.
 

Public Attributes

const constructorctor_item
 The constructor object.
 

Detailed Description

template<typename T>
struct rttr::visitor::constructor_info< T >

The constructor_info class is used to forward all information during registration of a constructor.

The information will be forwarded when the methods: visit_constructor() are implemented.

Member Typedef Documentation

◆ declaring_type

template<typename T >
using rttr::visitor::constructor_info< T >::declaring_type = T

The type T where this constructor is declared to.

◆ policy

The used policy during registration.

Member Data Documentation

◆ ctor_item

The constructor object.


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