File: test_lib.cpp

package info (click to toggle)
glaze 7.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,036 kB
  • sloc: cpp: 142,035; sh: 109; ansic: 26; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
// Glaze Library
// For the license information refer to glaze.hpp

#include "../interface.hpp"
#include "glaze/api/impl.hpp"

glz::iface_fn glz_iface() noexcept { return glz::make_iface<my_api>(); }