View-pure checker.

This commit is contained in:
chriseth
2017-09-06 13:50:49 +02:00
parent 16526ad554
commit 5470da4d9a
5 changed files with 320 additions and 2 deletions
+1
View File
@@ -1064,6 +1064,7 @@ public:
{
return _inLibrary ? shared_from_this() : TypePointer();
}
virtual bool dataStoredIn(DataLocation _location) const override { return _location == DataLocation::Storage; }
TypePointer const& keyType() const { return m_keyType; }
TypePointer const& valueType() const { return m_valueType; }