refactor: + xo-stringtable2 w/ DString impl
This commit is contained in:
parent
f8e534f4f6
commit
5fc59b0df4
25 changed files with 1709 additions and 0 deletions
15
include/xo/stringtable2/stringtable2_register_facets.hpp
Normal file
15
include/xo/stringtable2/stringtable2_register_facets.hpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/** @file stringtable2_register_facets.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Mar 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
/** Register object2 (facet,impl) combinations with FacetRegistry **/
|
||||
bool stringtable2_register_facets();
|
||||
}
|
||||
}
|
||||
|
||||
/* end stringtable2_register_facets.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue