xo-alloc/xo-reader2/include/xo/reader2/reader2_register_facets.hpp

15 lines
300 B
C++

/** @file reader2_register_facets.hpp
*
* @author Roland Conybeare, Jan 2026
**/
#pragma once
namespace xo {
namespace scm {
/** Register reader2 (facet,impl) combinations with FacetRegistry **/
bool reader2_register_facets();
}
}
/* end reader2_register_facets.hpp */