Home
last modified time | relevance | path

Searched refs:size_f (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/dll/example/mangled/
Dimport_class.cpp25 auto size_f = import_mangled<std::size_t()>("space::my_plugin::size"); //get the size function in main() local
27 auto size = (*size_f)(); // get the size of the class in main()
Dsmart_lib.cpp24 auto size_f = lib.get_function<std::size_t()>("space::my_plugin::size"); //get the size function in main() local
26 auto size = size_f(); // get the size of the class in main()