Home
last modified time | relevance | path

Searched defs:execute_traits_impl (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dexecute.hpp50 struct execute_traits_impl { struct
51 typedef Result result_type;
53 static Result execute(Op op) { return op(); } in execute()
59 struct execute_traits_impl<void> { struct
60 typedef int result_type;
62 static int execute(Op op) { op(); return 0; } in execute()