mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
LayoutCursor
This commit is contained in:
10
layout_reference.cpp
Normal file
10
layout_reference.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "layout_reference.h"
|
||||
#include "layout_cursor.h"
|
||||
#include "char_layout_node.h"
|
||||
|
||||
template <typename T>
|
||||
LayoutCursor LayoutReference<T>::cursor() const {
|
||||
return LayoutCursor(this->node());
|
||||
}
|
||||
|
||||
template LayoutCursor LayoutReference<CharLayoutNode>::cursor() const;
|
||||
Reference in New Issue
Block a user