Boost.Fusion run-time switch

前端 未结 5 1601
感情败类
感情败类 2021-02-13 17:43

I am reading the type of an object from a file:

enum class type_index { ... };
type_index typeidx = read(file_handle, type_index{});

Depending

5条回答
提交回复
热议问题