Searched refs:size_f (Results 1 – 2 of 2) sorted by relevance
25 auto size_f = import_mangled<std::size_t()>("space::my_plugin::size"); //get the size function in main() local27 auto size = (*size_f)(); // get the size of the class in main()
24 auto size_f = lib.get_function<std::size_t()>("space::my_plugin::size"); //get the size function in main() local26 auto size = size_f(); // get the size of the class in main()