struct {
bool a : 1;
bool b : 1;
bool c : 1;
uint8_t reserved : 5;
};
} my_t;
Как мне сделать переменную инициализированную через raw?
Типа
my_t val.raw = 5;
например
my_t val = {.raw = 5} Это C, надеюсь?
Да, си. Спасибо
А в cpp это чем плохо было бы? Объекты с геттерами сттерами лучше использовать чем typedef?
Нет, type punning через union в C++ забанен
А где почитать?/как погуглить?
google://C++ union type punning
/search@cppaperbot
Показаны только первые 20 результатов. Если нужного среди них нет - используйте более точный запрос. Спасибо!
CWG2149: Brace elision and array length deduction (2015-06-25) CWG473: Block-scope declarations of allocator functions (12 Jul 2004) D1004R2: constexpr std::vector with latest wording updates D1135R2: D1135R2: The C++20 Synchronization Library EDIT1070: [numeric] Order elements correctly EDIT2521: [dcl.attr.contract.check] Remove redundant statement that violation ha… EDIT2574: [iterator.concept.bidir] Add comma for clarity EDIT3794: Replace non-code "C++" with "Cpp{}" EDIT3912: [res.on.requirements] Not sufficiently clear on transitiveness and disjunctions EDIT4129: [format.syn] Avoid forward references EDIT761: opt vs. opt{} LEWG255: for_each_iter algorithm LWG2127: Move-construction with raw_storage_iterator LWG2341: Inconsistency between basic_ostream::seekp(pos) and basic_ostream::seekp(off, dir) LWG3020: [networking.ts] Remove spurious nested value_type buffer sequence requirement LWG47: Imbue() and getloc() Returns clauses swapped LWG772: Impossible return clause in [string.conversions] LWG886: tuple construction N2706: C++ Library Working Group Status Report (Mid-term 2008 Mailing) (by Alisdair Meredith) (2008-07-29) N3027: C++ Standard Core Language Defect Reports, Revision 68 (by William M. Miller) (2010-02-16)
Надо у команды задавать аргументы, а именно, что искать
Обсуждают сегодня