Remove is_valid() for types
Not complete and not really necessary.
This commit is contained in:
parent
6f050bac66
commit
dc290415f1
3 changed files with 2 additions and 110 deletions
|
|
@ -70,10 +70,6 @@ namespace cppast
|
|||
friend detail::intrusive_list_node<cpp_type>;
|
||||
};
|
||||
|
||||
/// \returns `true` if the given [cppast::cpp_type]() is valid, `false` otherwise.
|
||||
/// Invalid types are, for example, references to references.
|
||||
bool is_valid(const cpp_type& type) noexcept;
|
||||
|
||||
/// An unexposed [cppast::cpp_type]().
|
||||
///
|
||||
/// This is one where no further information besides a name is available.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue